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
rust
/
src
/
test
/
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-29 10:44:05 +11:00
struct
Foo
(
u32
)
;
Merge cfail and ui tests into ui tests
2017-11-20 13:13:27 +01: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-29 10:44:05 +11:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink