update macro_magic to 0.4.1 (#14356)
* update to macro_magic 0.4.0 * remove deprecated syntax and related doc comments * upgrade to macro_magic v0.4.1 * fix import issue * fix UI tests * resolve frame_support path properly * add docs note about importing * fix typo * Update frame/support/procedural/src/lib.rs Co-authored-by:Guillaume Yu Thiolliere <gui.thiolliere@gmail.com> * revert UI tests changes because we can't use rust 1.70 * fix UI tests * fix another UI test * use simplified import style * switch back import since tests are written expecting it that way --------- Co-authored-by:
Guillaume Yu Thiolliere <gui.thiolliere@gmail.com>
parent
1453bc9a
Showing
- substrate/Cargo.lock 8 additions, 8 deletionssubstrate/Cargo.lock
- substrate/frame/examples/default-config/src/lib.rs 1 addition, 7 deletionssubstrate/frame/examples/default-config/src/lib.rs
- substrate/frame/examples/kitchensink/src/tests.rs 1 addition, 3 deletionssubstrate/frame/examples/kitchensink/src/tests.rs
- substrate/frame/support/Cargo.toml 1 addition, 1 deletionsubstrate/frame/support/Cargo.toml
- substrate/frame/support/procedural/Cargo.toml 1 addition, 1 deletionsubstrate/frame/support/procedural/Cargo.toml
- substrate/frame/support/procedural/src/lib.rs 47 additions, 24 deletionssubstrate/frame/support/procedural/src/lib.rs
- substrate/frame/support/src/lib.rs 0 additions, 1 deletionsubstrate/frame/support/src/lib.rs
- substrate/frame/support/test/tests/derive_impl_ui/attached_to_non_impl.stderr 3 additions, 13 deletions...ort/test/tests/derive_impl_ui/attached_to_non_impl.stderr
- substrate/frame/support/test/tests/derive_impl_ui/bad_disambiguation_path.stderr 3 additions, 14 deletions.../test/tests/derive_impl_ui/bad_disambiguation_path.stderr
Please register or sign in to comment