Skip to content

Remove crate_id support from extern crate #14468

Closed
@brson

Description

@brson

It looks like crate ID's are unlikely to carry over into the cargo world. Right now our extern crate syntax supports a form like

extern crate foo = "foo:1.0#path"; // or something similar

Remove the = "string" syntax.

Because we do still need to support renaming, add something like the following:

extern crate foo = bar;

Nominating.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions