about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authordonkomura <koiru3822fs@gmail.com>2025-06-04 23:15:46 +0900
committerdonkomura <koiru3822fs@gmail.com>2025-06-05 00:44:39 +0900
commitc9a97e1f829a616f7f1be44c40159788fd9dd931 (patch)
treeadc15abd2b20babd8816b6abce2b82c1b58568c8 /compiler/rustc_codegen_llvm/src/errors.rs
parenteafef8473605f2f9fc5689ef4ba70fc590930d52 (diff)
downloadrust-c9a97e1f829a616f7f1be44c40159788fd9dd931.tar.gz
rust-c9a97e1f829a616f7f1be44c40159788fd9dd931.zip
Do not lint macro generated codes
`disallowed_names` was used to lint code generated by macros.
This behavior can confuse programmers who did not write the macro
themselves. This change suppresses lints for code originating from
macros, including external ones.

changelog: [`disallowed_names`] do not lint macro generated codes
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions