Commit 986fae5
Fix invalid
This fixes build failure with Rust 1.69+. According to [^1], "the only
valid argument is `#[macro_export(local_inner_macros)]` or no argument
(`#[macro_export]`)".
The check for invalid `#[macro_export]` arguments was added in
rust-lang/rust#107911 and first released in Rust 1.69.0.
[^1]: https://github.com/rust-lang/rust/blob/1.69.0/compiler/rustc_lint_defs/src/builtin.rs#L4129
Signed-off-by: Ruoyu Zhong <[email protected]>macro_export usage1 parent 8cca5dc commit 986fae5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
0 commit comments