summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-ui/diagnostic-width.rs
blob: 61961d5ec710e2527735863bbce062387b02279b (plain)
1
2
3
4
5
// compile-flags: -Zunstable-options --diagnostic-width=10
#![deny(rustdoc::bare_urls)]

/// This is a long line that contains a http://link.com
pub struct Foo; //~^ ERROR