mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
Added optional pub to use_decl EBNF.
This commit is contained in:
parent
76712476c2
commit
ca332a68fa
@ -798,7 +798,7 @@ extern mod ruststd (name = "std"); // linking to 'std' under another name
|
||||
##### Use declarations
|
||||
|
||||
~~~~~~~~ {.ebnf .gram}
|
||||
use_decl : "use" ident [ '=' path
|
||||
use_decl : "pub"? "use" ident [ '=' path
|
||||
| "::" path_glob ] ;
|
||||
|
||||
path_glob : ident [ "::" path_glob ] ?
|
||||
|
Loading…
Reference in New Issue
Block a user