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-14091.rs
5 lines
63 B
Rust
Raw
Normal View
History
Unescape
Escape
Move some `compile-fail` tests to `ui`
2018-07-15 14:11:54 -07:00
fn
main
(
)
{
assert!
(
1
,
1
)
;
//~^ ERROR mismatched types
}
Reference in New Issue
Copy Permalink