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