1
Fork 0
rust/compiler/rustc_attr/src
Nicholas Nethercote e49a1470ba Factor out insert_or_error.
It appears identically as a closure in two functions.

Also change its return type from `bool` to `Option<()>` so it can be
used with `?`.
2023-10-06 14:57:09 +11:00
..
builtin.rs Factor out insert_or_error. 2023-10-06 14:57:09 +11:00
lib.rs Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
session_diagnostics.rs Remove E0551. 2023-10-04 18:12:20 +11:00