rust/compiler/rustc_parse/src
Dylan DPC 7e1415ea80
Rollup merge of #93222 - mark-i-m:errorreported, r=oli-obk
Make ErrorReported impossible to construct outside `rustc_errors`

There are a few places were we have to construct it, though, and a few
places that are more invasive to change. To do this, we create a
constructor with a long obvious name.

cc #69426 `@varkor` `@eddyb` `@estebank`

I actually didn't see that I was assigned to this issue until now...
2022-03-17 22:55:00 +01:00
..
lexer rustc_error: make ErrorReported impossible to construct 2022-03-16 10:35:24 -05:00
parser Rollup merge of #93222 - mark-i-m:errorreported, r=oli-obk 2022-03-17 22:55:00 +01:00
lib.rs Associate multiple with a crate too. 2022-03-03 18:45:25 -05:00
validate_attr.rs rustc_feature: Convert BuiltinAttribute from tuple to a struct 2021-11-12 20:15:14 +08:00