]> git.proxmox.com Git - rustc.git/blame - tests/ui/span/issue-33884.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / span / issue-33884.stderr
CommitLineData
cc61c64b 1error[E0308]: mismatched types
fc512014 2 --> $DIR/issue-33884.rs:6:22
cc61c64b 3 |
0531ce1d 4LL | stream.write_fmt(format!("message received"))
9ffffee4 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Arguments<'_>`, found `String`
cc61c64b 6 |
17df50a5 7 = note: this error originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
cc61c64b 8
4b012472 9error: aborting due to 1 previous error
cc61c64b 10
0531ce1d 11For more information about this error, try `rustc --explain E0308`.