Rollup merge of #56412 - petrochenkov:extself, r=Centril
Update tracking issue for `extern_crate_self`
This commit is contained in:
commit
81752fd85d
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue