2017-04-21 00:06:39 +00:00
|
|
|
error[E0308]: mismatched types
|
2020-10-27 13:10:31 +00:00
|
|
|
--> $DIR/issue-33884.rs:6:22
|
2017-04-21 00:06:39 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | stream.write_fmt(format!("message received"))
|
2023-01-03 02:00:33 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Arguments<'_>`, found `String`
|
2017-04-21 00:06:39 +00:00
|
|
|
|
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2017-04-21 00:06:39 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2017-04-21 00:06:39 +00:00
|
|
|
|
2018-03-03 14:59:40 +00:00
|
|
|
For more information about this error, try `rustc --explain E0308`.
|