This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
02e173672054fe851ce6ece14e434fdb67cffece
rust
/
library
/
stdarch
/
crates
/
core_arch
/
build.rs
4 lines
62 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix default `cargo test` experience (#397) Turns out Cargo doesn't automatically set `TARGET` for rustc invocations so carry it forward manually from the build script over to the rustc invocation.
2018-03-22 17:40:44 -05:00
fn
main
(
)
{
Fix libcore build
2019-02-11 22:49:54 +01:00
println!
(
"
cargo:rustc-cfg=core_arch_docs
"
)
;
Fix default `cargo test` experience (#397) Turns out Cargo doesn't automatically set `TARGET` for rustc invocations so carry it forward manually from the build script over to the rustc invocation.
2018-03-22 17:40:44 -05:00
}
Reference in New Issue
Copy Permalink