This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
990039ec53
rust
/
tests
/
ui
/
issues
/
issue-2281-part1.rs
2 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
resolve: Do not use "resolve"/"resolution" in error messages
2017-01-12 01:18:08 +03:00
fn
main
(
)
{
println!
(
"
{}
"
,
foobar
)
;
}
//~ ERROR cannot find value `foobar` in this scope
Copy permalink