Remove ::solana_sdk hack#11326
Conversation
|
rustfmt is missing from 2020-07-31, https://rust-lang.github.io/rustup-components-history/, so we'll need to wait until a nightly pops out that has it ⌛ |
|
Depends-on: #11328 |
|
@Aaron1011 - hey if you rebase this PR it should pass CI |
609e4b2 to
3a8af68
Compare
|
@mvines: It looks like |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
|
I think we're finally unblocked here! |
Fixes solana-labs#10933 Now that rust-lang/rust#72121 has been merged, using a `$crate` path from a nested `macro_rules!` will work properly across multiple crates. This allows us to stop using `::solana_sdk` to reference to the `respan!` macro.
e2458dd to
0ee7e2a
Compare
|
@mvines: Rebased |
Codecov Report
@@ Coverage Diff @@
## master #11326 +/- ##
=========================================
- Coverage 82.0% 82.0% -0.1%
=========================================
Files 330 330
Lines 76718 76716 -2
=========================================
- Hits 62960 62951 -9
- Misses 13758 13765 +7 |
|
\o/ Thanks again @Aaron1011 |
This reverts commit c099b29.
This reverts commit c099b29.
Fixes #10933
Now that rust-lang/rust#72121 has been merged,
using a
$cratepath from a nestedmacro_rules!will work properlyacross multiple crates. This allows us to stop using
::solana_sdkto reference to the
respan!macro.