Register new snapshots
This commit is contained in:
parent
94a95067e0
commit
fccf5a0005
56 changed files with 1059 additions and 4030 deletions
|
@ -78,8 +78,6 @@ use owned_slice::OwnedSlice;
|
|||
use std::collections::HashSet;
|
||||
use std::io::prelude::*;
|
||||
use std::mem;
|
||||
#[cfg(stage0)]
|
||||
use std::num::Float;
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::rc::Rc;
|
||||
use std::slice;
|
||||
|
@ -5809,12 +5807,6 @@ impl<'a> Parser<'a> {
|
|||
None
|
||||
}
|
||||
|
||||
// HACK(eddyb) staging required for `quote_item!`.
|
||||
#[cfg(stage0)] // SNAP 270a677
|
||||
pub fn parse_item_with_outer_attributes(&mut self) -> Option<P<Item>> {
|
||||
self.parse_item()
|
||||
}
|
||||
|
||||
pub fn parse_item(&mut self) -> Option<P<Item>> {
|
||||
let attrs = self.parse_outer_attributes();
|
||||
self.parse_item_(attrs, true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue