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-06-20 11:37:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
300901b705
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 21:12:52 +00:00
extern
"
C
"
{
fn
foo
(
)
;
}
Build compiler-rt/builtins with MSVC
2015-10-23 16:31:12 +00:00
pub
fn
main
(
)
{
Update tests for extern block linting
2020-09-01 21:12:52 +00:00
unsafe
{
foo
(
)
;
}
Build compiler-rt/builtins with MSVC
2015-10-23 16:31:12 +00:00
assert_eq!
(
7
f32
.
powi
(
3
)
,
343
f32
)
;
}
Reference in New Issue
Copy Permalink