We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a963e3 commit 3d01d43Copy full SHA for 3d01d43
src/librustdoc/lib.rs
@@ -461,7 +461,7 @@ fn opts() -> Vec<RustcOptGroup> {
461
"human|json|short",
462
)
463
}),
464
- unstable("diagnostic-width", |o| {
+ stable("diagnostic-width", |o| {
465
o.optopt(
466
"",
467
"diagnostic-width",
src/test/rustdoc-ui/diagnostic-width.rs
@@ -1,4 +1,4 @@
1
-// compile-flags: -Zunstable-options --diagnostic-width=10
+// compile-flags: --diagnostic-width=10
2
#![deny(rustdoc::bare_urls)]
3
4
/// This is a long line that contains a http://link.com
0 commit comments