Skip to content

Commit

Permalink
Update tracking issue for extern_crate_self
Browse files Browse the repository at this point in the history
  • Loading branch information
petrochenkov committed Dec 1, 2018
1 parent d311571 commit df0ab06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Expand Up @@ -494,7 +494,7 @@ declare_features! (
(active, lint_reasons, "1.31.0", Some(54503), None),

// `extern crate self as foo;` puts local crate root into extern prelude under name `foo`.
(active, extern_crate_self, "1.31.0", Some(54658), None),
(active, extern_crate_self, "1.31.0", Some(56409), None),
);

declare_features! (
Expand Down
@@ -1,4 +1,4 @@
error[E0658]: `extern crate self` is unstable (see issue #54658)
error[E0658]: `extern crate self` is unstable (see issue #56409)
--> $DIR/feature-gate-extern_crate_self.rs:1:1
|
LL | extern crate self as foo; //~ ERROR `extern crate self` is unstable
Expand Down

0 comments on commit df0ab06

Please sign in to comment.