Sign in
rust
/
rust
/
6ea369cfee9420f6fe3f89e4bff7b01ac0ef920d
/
.
/
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