This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-29 19:47:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
rust
/
tests
/
ui
/
span
/
suggestion-non-ascii.rs
5 lines
109 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
Fix suggestion span error with a line containing non-ASCIIs
2017-02-25 13:05:30 +00:00
fn
main
(
)
{
let
tup
=
(
1
,
)
;
Merge cfail and ui tests into ui tests
2017-11-20 12:13:27 +00:00
println!
(
"
☃
{}
"
,
tup
[
0
]
)
;
//~ ERROR cannot index into a value of type
Fix suggestion span error with a line containing non-ASCIIs
2017-02-25 13:05:30 +00:00
}
Reference in New Issue
Copy Permalink