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
f495605381
rust
/
tests
/
ui
/
issues
/
issue-35241.rs
6 lines
84 B
Rust
Raw
Normal View
History
Unescape
Escape
Improve display of error E0308 for structs Improve the display of error E0308 for structs by adding a "did you mean" span label.
2017-10-28 18:44:05 -05:00
struct
Foo
(
u32
)
;
Merge cfail and ui tests into ui tests
2017-11-20 06:13:27 -06:00
fn
test
(
)
->
Foo
{
Foo
}
//~ ERROR mismatched types
Improve display of error E0308 for structs Improve the display of error E0308 for structs by adding a "did you mean" span label.
2017-10-28 18:44:05 -05:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink