This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
const-float-algebraic
rust
/
tests
/
run-make
/
compiler-rt-works-on-mingw
/
foo.rs
11 lines
120 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
Update tests for extern block linting
2020-09-01 17:12:52 -04:00
extern
"
C
"
{
fn
foo
(
)
;
}
Build compiler-rt/builtins with MSVC
2015-10-24 00:31:12 +08:00
pub
fn
main
(
)
{
Update tests for extern block linting
2020-09-01 17:12:52 -04:00
unsafe
{
foo
(
)
;
}
Build compiler-rt/builtins with MSVC
2015-10-24 00:31:12 +08:00
assert_eq!
(
7
f32
.
powi
(
3
)
,
343
f32
)
;
}
Reference in a new issue
Copy permalink