Add a FIXME relating to using ast::Name
This commit is contained in:
parent
7836c72eba
commit
adca15a151
3 changed files with 3 additions and 3 deletions
|
|
@ -764,7 +764,7 @@ pub enum Expr_ {
|
|||
pub struct QPath {
|
||||
pub self_type: P<Ty>,
|
||||
pub trait_ref: P<TraitRef>,
|
||||
pub item_name: Ident,
|
||||
pub item_name: Ident, // FIXME(#20301) -- should use Name
|
||||
}
|
||||
|
||||
#[deriving(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Show, Copy)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue