Modernized a few type names in rustc and syntax
This commit is contained in:
parent
617850131b
commit
539f37925c
115 changed files with 1316 additions and 1311 deletions
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
use ast;
|
||||
use codemap::{spanned, mk_sp};
|
||||
use codemap::{spanned, Spanned, mk_sp};
|
||||
use parse::common::*; //resolve bug?
|
||||
use parse::token;
|
||||
use parse::parser::Parser;
|
||||
|
@ -95,7 +95,7 @@ impl parser_attr for Parser {
|
|||
} else {
|
||||
ast::AttrOuter
|
||||
};
|
||||
return spanned {
|
||||
return Spanned {
|
||||
span: span,
|
||||
node: ast::Attribute_ {
|
||||
style: style,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue