mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
5b7fc2fcc7
ui: add regression test for macro resolution ICE (issue #150711) Added a new test in `test/ui/resolve` for a macro resolution scenario that previously caused an ICE. Files added: - `tests/ui/resolve/decl-macro-use-no-ice.rs` - `tests/ui/resolve/decl-macro-use-no-ice.stderr` Fixes rust-lang/rust#150711 r? @matthiaskrgr r? @petrochenkov