Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove stable feature info #2013

Merged
merged 1 commit into from
Dec 20, 2021
Merged

Conversation

adrien-zinger
Copy link
Contributor

   Compiling massa_execution v0.1.0 (/home/adrien/Documents/repos/massa/massa-execution)
   Compiling massa_consensus v0.1.0 (/home/adrien/Documents/repos/massa/massa-consensus)
   Compiling massa_api v0.1.0 (/home/adrien/Documents/repos/massa/massa-api)
   Compiling massa_bootstrap v0.1.0 (/home/adrien/Documents/repos/massa/massa-bootstrap)
   Compiling massa-node v0.1.0 (/home/adrien/Documents/repos/massa/massa-node)
warning: the feature `destructuring_assignment` has been stable since 1.59.0 and no longer requires an attribute to enable
 --> massa-node/src/main.rs:4:12
  |
4 | #![feature(destructuring_assignment)]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(stable_features)]` on by default

warning: `massa-node` (bin "massa-node") generated 1 warning
    Finished dev [unoptimized + debuginfo] target(s) in 11.42s

run rustup upgrade

@AureliaDolo
Copy link
Contributor

bors merge

bors bot added a commit that referenced this pull request Dec 17, 2021
2013: Remove stable feature info r=AureliaDolo a=adrien-zinger

```bash
   Compiling massa_execution v0.1.0 (/home/adrien/Documents/repos/massa/massa-execution)
   Compiling massa_consensus v0.1.0 (/home/adrien/Documents/repos/massa/massa-consensus)
   Compiling massa_api v0.1.0 (/home/adrien/Documents/repos/massa/massa-api)
   Compiling massa_bootstrap v0.1.0 (/home/adrien/Documents/repos/massa/massa-bootstrap)
   Compiling massa-node v0.1.0 (/home/adrien/Documents/repos/massa/massa-node)
warning: the feature `destructuring_assignment` has been stable since 1.59.0 and no longer requires an attribute to enable
 --> massa-node/src/main.rs:4:12
  |
4 | #![feature(destructuring_assignment)]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(stable_features)]` on by default

warning: `massa-node` (bin "massa-node") generated 1 warning
    Finished dev [unoptimized + debuginfo] target(s) in 11.42s
```

run `rustup upgrade`

Co-authored-by: Adrien Zinger <zinger.ad@gmail.com>
@bors
Copy link
Contributor

bors bot commented Dec 17, 2021

Build failed:

@AureliaDolo
Copy link
Contributor

Maybe we need to update bors ?

@yvan-sraka
Copy link
Contributor

Maybe we need to update bors ?

What would you update?!

@AureliaDolo
Copy link
Contributor

AureliaDolo commented Dec 20, 2021

Maybe we need to update bors ?

What would you update?!

Never mind, my bad, it's still test if node stop

@yvan-sraka
Copy link
Contributor

bors merge

bors bot added a commit that referenced this pull request Dec 20, 2021
2013: Remove stable feature info r=yvan-sraka a=adrien-zinger

```bash
   Compiling massa_execution v0.1.0 (/home/adrien/Documents/repos/massa/massa-execution)
   Compiling massa_consensus v0.1.0 (/home/adrien/Documents/repos/massa/massa-consensus)
   Compiling massa_api v0.1.0 (/home/adrien/Documents/repos/massa/massa-api)
   Compiling massa_bootstrap v0.1.0 (/home/adrien/Documents/repos/massa/massa-bootstrap)
   Compiling massa-node v0.1.0 (/home/adrien/Documents/repos/massa/massa-node)
warning: the feature `destructuring_assignment` has been stable since 1.59.0 and no longer requires an attribute to enable
 --> massa-node/src/main.rs:4:12
  |
4 | #![feature(destructuring_assignment)]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(stable_features)]` on by default

warning: `massa-node` (bin "massa-node") generated 1 warning
    Finished dev [unoptimized + debuginfo] target(s) in 11.42s
```

run `rustup upgrade`

Co-authored-by: Adrien Zinger <zinger.ad@gmail.com>
@bors
Copy link
Contributor

bors bot commented Dec 20, 2021

Build failed:

@yvan-sraka
Copy link
Contributor

bors merge

@bors
Copy link
Contributor

bors bot commented Dec 20, 2021

Build succeeded:

@bors bors bot merged commit 1caed67 into main Dec 20, 2021
@bors bors bot deleted the upgrade/destructuring_assignment_is_stable branch December 20, 2021 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants