6 lines
170 B
Rust
6 lines
170 B
Rust
|
|
// compile-flags: -Zunstable-options --terminal-width=10
|
||
|
|
#![deny(rustdoc::bare_urls)]
|
||
|
|
|
||
|
|
/// This is a long line that contains a http://link.com
|
||
|
|
pub struct Foo; //~^ ERROR
|