rust/compiler/rustc_middle
Felix S. Klock II afa2a67545 Prevent forbid from being ignored if overriden at the same level.
That is, this changes `#[forbid(foo)] #[allow(foo)]` from allowing foo to
forbidding foo.
2020-10-04 13:14:01 -04:00
..
2020-09-27 15:54:07 +02:00

For more information about how rustc works, see the rustc dev guide.