about summary refs log tree commit diff
path: root/tests/rustdoc-ui/diagnostic-width.rs
blob: e255496f02e40308c6e5c07c7f9b3fde1ea8892b (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