File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ trait Trait {
1111}
1212
1313#[ unstable_feature_bound( foo) ]
14- impl Trait for T {
14+ impl Trait for T {
1515// FIXME: this line above failed with cannot find type `T` in this scope
1616 fn method ( & self ) {
1717 println ! ( "hi" ) ;
Original file line number Diff line number Diff line change 88
99extern crate unstable_impl_codegen_aux1 as aux;
1010
11- /// Upstream crate for unstable impl codegen test
12- /// that depends on aux crate in
11+ /// Upstream crate for unstable impl codegen test
12+ /// that depends on aux crate in
1313/// unstable_impl_codegen_aux1.rs
1414
1515fn foo < T > ( a : T ) {
Original file line number Diff line number Diff line change 11//@ aux-build:unstable_impl_codegen_aux2.rs
22
3- /// Downstream crate for unstable impl codegen test
4- /// that depends on upstream crate in
3+ /// Downstream crate for unstable impl codegen test
4+ /// that depends on upstream crate in
55/// unstable_impl_codegen_aux2.rs
66
77fn main ( ) {
You can’t perform that action at this time.
0 commit comments