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-23253.rs
7 lines
84 B
Rust
Raw
Normal View
History
Unescape
Escape
Add regression test for #23253.
2015-04-26 00:52:19 +02:00
enum
Foo
{
Bar
}
fn
main
(
)
{
Foo
::
Bar
.
a
;
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 19:27:23 +10:00
//~^ no field `a` on type `Foo`
Add regression test for #23253.
2015-04-26 00:52:19 +02:00
}
Reference in New Issue
Copy Permalink