about summary refs log tree commit diff
path: root/tests/ui/consts/different-fn-ptr-binders-during-ctfe.stderr
blob: 43a7b9ce66ce020a9896acf5989030f9d1e5ad70 (plain)
1
2
3
4
5
6
7
8
9
10
error: pointers cannot be reliably compared during const eval
  --> $DIR/different-fn-ptr-binders-during-ctfe.rs:2:5
   |
LL |     x == y
   |     ^^^^^^
   |
   = note: see issue #53020 <https://github.com/rust-lang/rust/issues/53020> for more information

error: aborting due to 1 previous error