Rename syntax_pos
to rustc_span
in source code
This commit is contained in:
parent
38aa6bdfd7
commit
70f1d57048
383 changed files with 601 additions and 601 deletions
|
@ -1,10 +1,10 @@
|
|||
use super::Parser;
|
||||
|
||||
use rustc_errors::PResult;
|
||||
use rustc_span::symbol::{kw, sym};
|
||||
use syntax::ast::{self, Attribute, GenericBounds, GenericParam, GenericParamKind, WhereClause};
|
||||
use syntax::source_map::DUMMY_SP;
|
||||
use syntax::token;
|
||||
use syntax_pos::symbol::{kw, sym};
|
||||
|
||||
impl<'a> Parser<'a> {
|
||||
/// Parses bounds of a lifetime parameter `BOUND + BOUND + BOUND`, possibly with trailing `+`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue