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

Build warning: issue_5723_bootstrap #16938

Closed
treeman opened this issue Sep 2, 2014 · 3 comments
Closed

Build warning: issue_5723_bootstrap #16938

treeman opened this issue Sep 2, 2014 · 3 comments

Comments

@treeman
Copy link
Contributor

treeman commented Sep 2, 2014

A clear build produces a couple of errors like:

rust/src/libsyntax/lib.rs:28:12: 28:32 warning: feature has added to rust, directive not necessary
rust/src/libsyntax/lib.rs:28 #![feature(issue_5723_bootstrap)]
...

The relevant issue #5723 was closed in favor of #16462 which has been closed, but the warnings remain.

@treeman
Copy link
Contributor Author

treeman commented Sep 2, 2014

Simply removing the directives does not seem to work:

rust/src/librustc/metadata/encoder.rs:1795:32: 1795:34 error: region bounds require `issue_5723_bootstrap`
rust/src/librustc/metadata/encoder.rs:1795 struct ImplVisitor<'a,'b:'a,'c:'a> {
...

@alexcrichton
Copy link
Member

What version of rustc were you building? All these versions have been removed on master.

@treeman
Copy link
Contributor Author

treeman commented Sep 2, 2014

Oops, my mistake, I was using an older version.

@treeman treeman closed this as completed Sep 2, 2014
lnicola pushed a commit to lnicola/rust that referenced this issue Apr 24, 2024
Implement `BeginPanic` handling in const eval

for rust-lang#16935, needs some figuring out of how to write these tests correctly
RalfJung pushed a commit to RalfJung/rust that referenced this issue Apr 27, 2024
Implement `BeginPanic` handling in const eval

for rust-lang#16935, needs some figuring out of how to write these tests correctly
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

No branches or pull requests

2 participants