librustc: Remove another deprecated use of as Trait. rs=burningtree
This commit is contained in:
parent
50d99e0194
commit
1c8490b0d9
1 changed files with 2 additions and 2 deletions
|
|
@ -1203,8 +1203,8 @@ impl fake_ext_ctxt for fake_session {
|
|||
}
|
||||
|
||||
#[cfg(test)]
|
||||
fn mk_ctxt() -> fake_ext_ctxt {
|
||||
@parse::new_parse_sess(None) as fake_ext_ctxt
|
||||
fn mk_ctxt() -> @fake_ext_ctxt {
|
||||
@parse::new_parse_sess(None) as @fake_ext_ctxt
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue