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
737b461555
rust
/
tests
/
run-make
/
compiler-rt-works-on-mingw
/
foo.rs
11 lines
120 B
Rust
Raw
Normal View
History
Unescape
Escape
Update tests for extern block linting
2020-09-01 16:12:52 -05:00
extern
"
C
"
{
fn
foo
(
)
;
}
Build compiler-rt/builtins with MSVC
2015-10-23 11:31:12 -05:00
pub
fn
main
(
)
{
Update tests for extern block linting
2020-09-01 16:12:52 -05:00
unsafe
{
foo
(
)
;
}
Build compiler-rt/builtins with MSVC
2015-10-23 11:31:12 -05:00
assert_eq!
(
7
f32
.
powi
(
3
)
,
343
f32
)
;
}
Reference in New Issue
Copy Permalink