rust/compiler/rustc_ast_passes
Nicholas Nethercote 09ca866738 Remove an unchecked_error_guaranteed call.
If we abort immediately after complaining about the obsolete `impl Trait
for ..` syntax, then we avoid reaching HIR lowering. This means we can
use `TyKind::Dummy` instead of `TyKind::Err`.
2024-02-21 17:02:30 +11:00
..
src Remove an unchecked_error_guaranteed call. 2024-02-21 17:02:30 +11:00
Cargo.toml Update itertools to 0.11. 2023-11-22 08:13:21 +11:00
messages.ftl Allow ~const on assoc ty bounds again 2024-01-12 17:22:18 +01:00