os-rust/tests/ui/span/suggestion-non-ascii.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
328 B
Text
Raw Normal View History

2017-06-09 19:05:14 +02:00
error[E0608]: cannot index into a value of type `({integer},)`
--> $DIR/suggestion-non-ascii.rs:3:24
|
2019-03-09 15:03:44 +03:00
LL | println!("☃{}", tup[0]);
| ^^^ help: to access tuple elements, use: `.0`
error: aborting due to 1 previous error
2018-03-03 15:59:40 +01:00
For more information about this error, try `rustc --explain E0608`.