]> git.lizzy.rs Git - rust.git/blob - tests/ui/issues/issue-17373.stderr
Rollup merge of #106692 - eggyal:mv-binary_heap.rs-binary_heap/mod.rs, r=Mark-Simulacrum
[rust.git] / tests / ui / issues / issue-17373.stderr
1 error[E0614]: type `!` cannot be dereferenced
2   --> $DIR/issue-17373.rs:2:5
3    |
4 LL |     *return
5    |     ^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0614`.