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
..
benches mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
src Prevent forbid from being ignored if overriden at the same level. 2020-10-04 13:14:01 -04:00
Cargo.toml Update chalk to 0.29.0 2020-09-27 15:54:07 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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