The command below does not fail: ``` rustc example.rs -C default-linker-libraries=y -C default-linker-libraries=n ``` This behavior is weird. I think it's a `rustc` bug.
The command below does not fail:
This behavior is weird. I think it's a
rustcbug.