We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
//@ {unset-,}{rustc,exec}-env
Apparently
//@ rustc-env: RUSTC_BOOTSTRAP=1
is not the same as
//@ rustc-env:RUSTC_BOOTSTRAP=1
compiletest will parse the former as an env var called ⌴RUSTC_BOOTSTRAP (incl. the whitespace).
⌴RUSTC_BOOTSTRAP
Status