rust/compiler/rustc_resolve
Olivier Goffart f3e73dced1 Supress some lookup errors if a module contains compile_error!
The problem is that when a macro expand to `compile_error!` because
its input is malformed, the actual error message from the
`compile_error!` might be hidden in a long list of other messages about
using items that should have otherwise been generated by the macro.

So suppress error about missing items in that module.

Fixes issue 68838
2026-01-18 14:37:57 +01:00
..
src Supress some lookup errors if a module contains compile_error! 2026-01-18 14:37:57 +01:00
Cargo.toml resolve: Preserve binding scopes in ambiguity errors 2025-12-27 22:50:02 +03:00
messages.ftl Move more early buffered lints to dyn lint diagnostics (6/N) 2025-11-30 17:59:42 +01:00