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
/
tests
/
ui
/
binop
/
binop-logic-int.rs
4 lines
86 B
Rust
Raw
Normal View
History
Unescape
Escape
Remove integer suffixes where the types in compiled code are identical.
2015-03-03 10:42:26 +02:00
fn
main
(
)
{
let
x
=
1
&
&
2
;
}
Fallout in tests: largely changes to error messages.
2015-03-30 04:56:24 -04:00
//~^ ERROR mismatched types
//~| ERROR mismatched types
Reference in New Issue
Copy Permalink