]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/diagnostic-width.rs
Rollup merge of #100438 - compiler-errors:issue-100360, r=lcnr
[rust.git] / src / test / rustdoc-ui / diagnostic-width.rs
1 // compile-flags: -Zunstable-options --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