This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
641a210ff6
rust
/
example
/
std_example.rs
8 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix cttz{,_nonzero} intrinsics
2019-02-16 15:42:20 +01:00
#![
feature(core_intrinsics)
]
Fix and enable libstd building
2019-02-11 19:40:07 +01:00
use
std
::
io
::
Write
;
fn
main
(
)
{
Implement most 128bit binops
2019-07-07 18:08:38 +02:00
assert_eq!
(
1
u128
+
2
,
3
)
;
Fix load and store for ByValPair values with differently sized components
2019-06-23 15:14:26 +02:00
}
Reference in New Issue
Copy Permalink