Open
Description
We currently enable internal lints only if -Zunstable-options
is passed:
rust/compiler/rustc_session/src/session.rs
Lines 344 to 349 in 1447f9d
This behavior is surprising at least, and seems wrong. Should we move this to some -Zenable-internal-lints
or something?