diff options
| author | mark <markm@cs.wisc.edu> | 2020-11-21 15:12:05 -0600 |
|---|---|---|
| committer | mark <markm@cs.wisc.edu> | 2021-03-19 19:45:32 -0500 |
| commit | db5629adcba565a674732e829ce6c4a214160835 (patch) | |
| tree | b26c62e70022d59985a0c76fd4c7089e4578b53f /compiler/rustc_parse/src/parser/mod.rs | |
| parent | f5f33ec0e0455eefa72fc5567eb1280a4d5ee206 (diff) | |
| download | rust-db5629adcba565a674732e829ce6c4a214160835.tar.gz rust-db5629adcba565a674732e829ce6c4a214160835.zip | |
stabilize or_patterns
Diffstat (limited to 'compiler/rustc_parse/src/parser/mod.rs')
| -rw-r--r-- | compiler/rustc_parse/src/parser/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_parse/src/parser/mod.rs b/compiler/rustc_parse/src/parser/mod.rs index 4cc2224d27e..71103840f13 100644 --- a/compiler/rustc_parse/src/parser/mod.rs +++ b/compiler/rustc_parse/src/parser/mod.rs @@ -14,7 +14,7 @@ use crate::lexer::UnmatchedBrace; pub use attr_wrapper::AttrWrapper; pub use diagnostics::AttemptLocalParseRecovery; use diagnostics::Error; -pub use pat::{GateOr, RecoverComma}; +pub use pat::RecoverComma; pub use path::PathStyle; use rustc_ast::ptr::P; |
