rust/compiler/rustc_attr
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
..
src Factor out insert_or_error. 2023-10-06 14:57:09 +11:00
Cargo.toml Sort compiler/rustc_attr/Cargo.toml dependencies. 2023-10-04 17:23:04 +11:00
messages.ftl Ensure Fluent messages are in alphabetical order 2023-05-25 23:49:35 +00:00