This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9aa4f6acb2
rust
/
tests
/
ui
/
issues
/
issue-14721.rs
5 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
Add test cases for E-needstest issues
2014-10-25 17:07:41 -05:00
fn
main
(
)
{
let
foo
=
"
str
"
;
Improve error message and snippet for "did you mean `x`" - Fixes #36164 - Part of #35233 - handles unknown fields - uses UI-style tests - update all related tests (cfail, ui, incremental)
2016-09-28 04:27:23 -05:00
println!
(
"
{}
"
,
foo
.
desc
)
;
//~ no field `desc` on type `&str`
Add test cases for E-needstest issues
2014-10-25 17:07:41 -05:00
}
Reference in New Issue
Copy Permalink