Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` warning: cannot find macro `self_test` in this scope --> lib.rs:44:10 | 44 | #![doc = self_test!(/** | ^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = note: for more information, see issue #124535 <rust-lang/rust#124535> = help: import `macro_rules` with `use` to make it callable above its definition = note: `#[warn(out_of_scope_macro_calls)]` on by default ```
- Loading branch information