summary refs log tree commit diff
path: root/compiler/rustc_hir/src/errors.rs
AgeCommit message (Collapse)AuthorLines
2022-08-25have LangItemError derive everything LangItem doesNathan Stocks-0/+1
2022-08-25allow non-monomorphize modules to access hard-coded error message through ↵Nathan Stocks-0/+9
new struct, use fluent message in monomorphize