RUSTFLAGS=--cap-lints=allow
causes output of --print=file-names missing when learning about target-specific information from rustc
#135233
Labels
C-bug
Category: This is a bug.
I tried this code:
Run it with
RUSTFLAGS=--cap-lints=allow cargo check --target aarch64-unknown-none-softfloat
I expected to see this happen: it compiles.
Instead, this happened: it emits error
--target
is specified obi1kenobi/cargo-semver-checks#1068-Awarnings
and thus break cargo's detection #116626 (comment)Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: