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 99b9a88 commit 2688f60Copy full SHA for 2688f60
compiler/rustc_span/src/symbol.rs
@@ -236,6 +236,7 @@ symbols! {
236
File,
237
FileType,
238
FmtArgumentsNew,
239
+ FmtWrite,
240
Fn,
241
FnMut,
242
FnOnce,
library/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