We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fmt::Write
1 parent c11ef47 commit 6f21ee4Copy full SHA for 6f21ee4
core/src/fmt/mod.rs
@@ -115,6 +115,7 @@ pub struct Error;
115
/// [`std::io::Write`]: ../../std/io/trait.Write.html
116
/// [flushable]: ../../std/io/trait.Write.html#tymethod.flush
117
#[stable(feature = "rust1", since = "1.0.0")]
118
+#[rustc_diagnostic_item = "FmtWrite"]
119
pub trait Write {
120
/// Writes a string slice into this writer, returning whether the write
121
/// succeeded.
0 commit comments