summary refs log tree commit diff
path: root/compiler/rustc_errors/src/translation.rs
AgeCommit message (Collapse)AuthorLines
2022-08-30Use more `into_iter` rather than `drain(..)`Donough Liu-1/+1
2022-08-15errors: move translation logic into moduleDavid Wood-0/+103
Just moving code around so that triagebot can ping relevant parties when translation logic is modified. Signed-off-by: David Wood <david.wood@huawei.com>