rust/crates/hir-def
bors 9eb26a9375 Auto merge of #14809 - lowr:patch/macro_use-filter, r=Veykril
Support `#[macro_use(name, ...)]`

This PR adds support for another form of the `macro_use` attribute: `#[macro_use(name, ...)]` ([reference]).

Note that this form of the attribute is only applicable to extern crate decls, not to mod decls.

[reference]: https://doc.rust-lang.org/reference/macros-by-example.html#the-macro_use-attribute
2023-05-15 10:04:05 +00:00
..
src Auto merge of #14809 - lowr:patch/macro_use-filter, r=Veykril 2023-05-15 10:04:05 +00:00
Cargo.toml Use triomphe Arc 2023-05-02 20:02:43 +03:00