1
Fork 0
rust/tests/rustdoc-ui/diagnostic-width.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
154 B
Rust
Raw Normal View History

2022-09-23 18:04:15 -07:00
//@ compile-flags: --diagnostic-width=10
#![deny(rustdoc::bare_urls)]
/// This is a long line that contains a http://link.com
pub struct Foo; //~^ ERROR