summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/diagnostic-width.rs
blob: 290d9db775b73dcdca8f153ba264e90b468c0abf (plain)
1
2
3
4
5
// compile-flags: --diagnostic-width=10
#![deny(rustdoc::bare_urls)]

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