mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
rollup merge of #19989: th0114nd/quotes-around-as
This commit is contained in:
@@ -934,7 +934,7 @@ kinds of view items:
|
||||
|
||||
```{.ebnf .gram}
|
||||
extern_crate_decl : "extern" "crate" crate_name
|
||||
crate_name: ident | ( string_lit as ident )
|
||||
crate_name: ident | ( string_lit "as" ident )
|
||||
```
|
||||
|
||||
An _`extern crate` declaration_ specifies a dependency on an external crate.
|
||||
|
||||
Reference in New Issue
Block a user