rust/src/test/ui/span/suggestion-non-ascii.stderr
Vadim Petrochenkov fa2d9fc4b9 Update UI tests
2018-02-26 20:24:02 +03:00

10 lines
384 B
Plaintext

error[E0608]: cannot index into a value of type `({integer},)`
--> $DIR/suggestion-non-ascii.rs:14:21
|
LL | println!("☃{}", tup[0]); //~ ERROR cannot index into a value of type
| ^^^^^^ help: to access tuple elements, use: `tup.0`
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0608"