rust/compiler/rustc_passes
Luis Cardoso b508b50617 translations: rename warn_ to warning
The macro warn_ was named like that because it the
keyword warn is a built-in attribute and at the time
this macro was created the word 'warning' was also
taken.

However it is no longer the case and we can rename
warn_ to warning.
2022-08-24 19:12:36 +02:00
..
src translations: rename warn_ to warning 2022-08-24 19:12:36 +02:00
Cargo.toml passes: migrate half of check_attr 2022-07-15 16:13:49 +01:00