mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-01 20:47:36 +00:00
![]() Fuchsia explicitly builds rust and all rust targets with `-C panic=abort` to minimize code generation size. However, when compiling a proc-macro with this setting it can cause a warning to be emitted, which breaks `tests/ui/invalid-compile-flags/crate-type-flag.rs`. This hasn't been a problem in the past for us since we compile our proc macros on host, rather than inside Fuchsia. This attempts to fix the issue by explicitly requiring that we're using the unwinder when compiling this test to avoid the warning being emitted. Fixes #135223 |
||
---|---|---|
.. | ||
cargo-clif.rs | ||
filter_profile.rs | ||
Readme.md | ||
rustc-clif.rs | ||
rustdoc-clif.rs | ||
rustup.sh | ||
setup_rust_fork.sh | ||
test_bootstrap.sh | ||
test_rustc_tests.sh |
This directory is for scripts that are either never directly invoked or are not used very often. Scripts that are frequently used should be kept at the project root.