rust/src/librustc/lint
Zack M. Davis 661b4f09fb diagnostically note source of overruling outer forbid
When we emit E0453 (lint level attribute overruled by outer `forbid`
lint level), it could be helpful to note where the `forbid` level was
set, for the convenience of users who, e.g., believe that the correct
fix is to weaken the `forbid` to `deny`.
2016-07-30 15:18:07 -07:00
..
builtin.rs Move variant_size_differences out of trans 2016-07-10 22:12:31 +02:00
context.rs diagnostically note source of overruling outer forbid 2016-07-30 15:18:07 -07:00
mod.rs Move variant_size_differences out of trans 2016-07-10 22:12:31 +02:00