This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
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 a new issue
Copy permalink