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
cf2dff2b1e
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 02:42:26 -06:00
fn
main
(
)
{
let
x
=
1
&
&
2
;
}
Fallout in tests: largely changes to error messages.
2015-03-30 03:56:24 -05:00
//~^ ERROR mismatched types
//~| ERROR mismatched types
Reference in New Issue
Copy Permalink