File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 7
7
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
- //
11
- // ignore-lexer-test FIXME #15877
12
10
13
11
trait U { fn f ( self ) ; }
14
12
impl U for int { fn f ( self ) { } }
Original file line number Diff line number Diff line change 7
7
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
- //
11
- // ignore-lexer-test FIXME #15879
12
10
13
11
// Test syntax checks for `?Sized` syntax.
14
12
Original file line number Diff line number Diff line change 7
7
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
- //
11
- // ignore-lexer-test FIXME #15879
12
10
13
11
#![ allow( unknown_features) ]
14
12
#![ feature( box_syntax) ]
You can’t perform that action at this time.
0 commit comments