This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Closed
Conversation
Because it was turned on by default in the recent nightlies. See rust-lang/rust#53237
With recent nightlies rustc produces a warning ``` the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable ```
35a05ae to
a678f85
Compare
Contributor
Author
|
Closing this to please CI, going to reopen a new one |
lamafab
pushed a commit
to lamafab/substrate
that referenced
this pull request
Jun 16, 2020
* update substrate for change to palette * change paint to palette * update lock * Fix missing import * change to polkadot-master * Use same commit hash of parity-common * Resolve linking errors * Rename to frame * bump spec * Subsume paritytech#602 and paritytech#596 * Fix DispatchInfo * Merge `futures03` and `joe-update-to-palette` (paritytech#606) * Change repo and branch * Made changes * Bumped async-std version * Fix line width * Bump spec_version * Fix `run_to_block` for Crowdfund module (paritytech#603) Probably a copy paste error. * Bump dependencies * Update trie-db to be inline with substrate * Fix documentation warning * Fix test compilation
liuchengxu
pushed a commit
to chainx-org/substrate
that referenced
this pull request
Aug 23, 2021
* Set version as V0.9.10 * Change telemetery chain name * fix rpc trading_pairs overflow * fix rpc quotations overflow * Use account instead of authority_id in xsession initializetion Closes paritytech#558 * Update substrate * Update genesis * Add tty password * Modified team & council public key * Update concil as 5 * Update genesis btc-header * Update team and council account * update substrate update substrate to 96986d4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
--export-tablefor wasm has been turned on by default Export WASM table by default rust-lang/rust#53237feature(use_extern_macros)has been stabilized in the latest nightlies