2022-11-03 12:02:33 +11:00
|
|
|
error: underscore literal suffix is not allowed
|
|
|
|
--> $DIR/underscore-suffix-for-string.rs:6:18
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
|
|
|
LL | let _ = "Foo"_;
|
|
|
|
| ^
|
2022-11-03 12:02:33 +11:00
|
|
|
|
|
|
|
error: underscore literal suffix is not allowed
|
|
|
|
--> $DIR/underscore-suffix-for-string.rs:15:16
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
2022-11-03 12:02:33 +11:00
|
|
|
LL | sink!("Foo"_);
|
|
|
|
| ^
|
2018-10-20 23:36:17 +03:00
|
|
|
|
2022-11-03 12:02:33 +11:00
|
|
|
error: aborting due to 2 previous errors
|
2020-03-11 16:30:09 +01:00
|
|
|
|