#![allow(unknown_lints)] does not work if there is a unknow lint at the same level since nightly-2017-08-11-x86_64-unknown-linux-gnu #43809
Labels
C-bug
Category: This is a bug.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The following snippet works fine before
nightly-2017-08-11-x86_64-unknown-linux-gnu
but now it reports a warning:
Steps to reproduce:
Is this an expected behavior, or a bug? Thank you!
The text was updated successfully, but these errors were encountered: