Sign in
rust
/
rust
/
b1dbc2403e2e8aeaf558d5ca2afcd5da2bc9ef84
/
.
/
tests
/
rustdoc-ui
/
lints
/
diagnostic-width.rs
blob: e255496f02e40308c6e5c07c7f9b3fde1ea8892b [
file
]
//@ compile-flags: --diagnostic-width=10
#![
deny
(
rustdoc
::
bare_urls
)]
/// This is a long line that contains a http://link.com
pub
struct
Foo
;
//~^ ERROR