This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
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
Reference in New Issue
Copy Permalink