]> git.proxmox.com Git - rustc.git/blame - src/test/ui/span/issue-33884.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / span / issue-33884.stderr
CommitLineData
cc61c64b 1error[E0308]: mismatched types
0731742a 2 --> $DIR/issue-33884.rs:8:22
cc61c64b 3 |
0531ce1d 4LL | stream.write_fmt(format!("message received"))
cc61c64b
XL
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::fmt::Arguments`, found struct `std::string::String`
6 |
ff7c6d11 7 = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
cc61c64b 8
041b39d2 9error: aborting due to previous error
cc61c64b 10
0531ce1d 11For more information about this error, try `rustc --explain E0308`.