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
2d45df3caa
rust
/
tests
/
ui
/
issues
/
issue-11771.rs
12 lines
125 B
Rust
Raw
Normal View
History
Unescape
Escape
Add tests for E-needstest issues
2014-11-02 17:58:00 -06:00
fn
main
(
)
{
let
x
=
(
)
;
1
+
Fallout in tests: largely changes to error messages.
2015-03-30 03:56:24 -05:00
x
//~^ ERROR E0277
Add tests for E-needstest issues
2014-11-02 17:58:00 -06:00
;
let
x
:
(
)
=
(
)
;
1
+
Fallout in tests: largely changes to error messages.
2015-03-30 03:56:24 -05:00
x
//~^ ERROR E0277
Add tests for E-needstest issues
2014-11-02 17:58:00 -06:00
;
}
Reference in New Issue
Copy Permalink