Add test batch 2
This commit is contained in:
parent
e8a792daf5
commit
2dc4638c46
40 changed files with 41 additions and 37 deletions
|
|
@ -0,0 +1,11 @@
|
|||
// https://github.com/rust-lang/rust/issues/54696
|
||||
//@ run-pass
|
||||
|
||||
#![allow(unpredictable_function_pointer_comparisons)]
|
||||
|
||||
fn main() {
|
||||
// We shouldn't promote this
|
||||
let _ = &(main as fn() == main as fn());
|
||||
// Also check nested case
|
||||
let _ = &(&(main as fn()) == &(main as fn()));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue