]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/diagnostic-width.rs
Rollup merge of #106605 - notriddle:notriddle/outdated-rustbook, r=GuillaumeGomez
[rust.git] / tests / rustdoc-ui / diagnostic-width.rs
1 // compile-flags: --diagnostic-width=10
2 #![deny(rustdoc::bare_urls)]
3
4 /// This is a long line that contains a http://link.com
5 pub struct Foo; //~^ ERROR