This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-29 03:27:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
rust
/
tests
/
ui
/
binop
/
binop-logic-int.rs
4 lines
86 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
Remove integer suffixes where the types in compiled code are identical.
2015-03-03 08:42:26 +00:00
fn
main
(
)
{
let
x
=
1
&
&
2
;
}
Fallout in tests: largely changes to error messages.
2015-03-30 08:56:24 +00:00
//~^ ERROR mismatched types
//~| ERROR mismatched types
Reference in New Issue
Copy Permalink