about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-01-04 10:38:10 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2024-01-10 07:33:06 +1100
commitff40ad410753d152442192cb01562fe00bf63fe3 (patch)
tree29431d6d485e43c2dc2607868174b2eabb6653ef /compiler/rustc_codegen_gcc/src
parent4864cb8aefc1e5234d841289b7d8e455041085a6 (diff)
downloadrust-ff40ad410753d152442192cb01562fe00bf63fe3.tar.gz
rust-ff40ad410753d152442192cb01562fe00bf63fe3.zip
Shorten some error invocations.
- `struct_foo` + `emit` -> `foo`
- `create_foo` + `emit` -> `emit_foo`

I have made recent commits in other PRs that have removed some of these
shortcuts for combinations with few uses, e.g.
`struct_span_err_with_code`. But for the remaining combinations that
have high levels of use, we might as well use them wherever possible.
Diffstat (limited to 'compiler/rustc_codegen_gcc/src')
0 files changed, 0 insertions, 0 deletions