rust/src/test/ui/span/suggestion-non-ascii.stderr
Guillaume Gomez f8d3658147 Add E0608
2017-06-12 19:00:20 +02:00

9 lines
264 B
Plaintext

error[E0608]: cannot index into a value of type `({integer},)`
--> $DIR/suggestion-non-ascii.rs:14:21
|
14 | println!("☃{}", tup[0]);
| ^^^^^^ help: to access tuple elements, use `tup.0`
error: aborting due to previous error(s)