blob: 67bd9f73eeb5b1972882ee21faaeae2d9ccdaae9 [file] [log] [blame]
// ignore-tidy-cr
// build-pass (FIXME(62277): could be check-pass?)
// This file checks the spans of intra-link warnings in a file with CRLF line endings. The
// .gitattributes file in this directory should enforce it.
/// [error]
pub struct A;
///
/// docs [error1]
/// docs [error2]
///
pub struct B;
/**
* This is a multi-line comment.
*
* It also has an [error].
*/
pub struct C;