File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
//! Not used by compiler, this is used by bootstrap cli self-test.
2
- //@ ignore-test
2
+ //@ ignore-test (used by bootstrap)
Original file line number Diff line number Diff line change 1
1
//! Not used by compiler, used by bootstrap cli self-test.
2
- //@ ignore-test
2
+ //@ ignore-test (used by bootstrap)
Original file line number Diff line number Diff line change 1
- //@ ignore-test
1
+ //@ ignore-test (auxiliary)
2
2
3
3
// Companion to allow-in-other-module.rs
4
4
Original file line number Diff line number Diff line change 2
2
//@ compile-flags: -Copt-level=3 -Cdebug-assertions=no -Zub-checks=yes
3
3
//@ error-pattern: unsafe precondition(s) violated: ptr::read requires
4
4
//@ revisions: null misaligned
5
- //@ ignore-test
5
+ //@ ignore-test (unimplemented)
6
6
7
7
use std:: ptr;
8
8
Original file line number Diff line number Diff line change 2
2
//@ compile-flags: -Copt-level=3 -Cdebug-assertions=no -Zub-checks=yes
3
3
//@ error-pattern: unsafe precondition(s) violated: ptr::write requires
4
4
//@ revisions: null misaligned
5
- //@ ignore-test
5
+ //@ ignore-test (unimplemented)
6
6
7
7
use std:: ptr;
8
8
Original file line number Diff line number Diff line change 2
2
//@ compile-flags: -Copt-level=3 -Cdebug-assertions=no -Zub-checks=yes
3
3
//@ error-pattern: unsafe precondition(s) violated: ptr::write requires
4
4
//@ revisions: null misaligned
5
- //@ ignore-test
5
+ //@ ignore-test (unimplemented)
6
6
7
7
use std:: ptr;
8
8
Original file line number Diff line number Diff line change 1
1
//@ compile-flags: -Znext-solver
2
- //@ ignore-test
2
+ //@ ignore-test (see #114196)
3
3
4
4
trait Trait {
5
5
type Gat < ' lt > ;
You can’t perform that action at this time.
0 commit comments