summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/issue-25826.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/issue-25826.stderr')
-rw-r--r--src/test/ui/consts/issue-25826.stderr4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/ui/consts/issue-25826.stderr b/src/test/ui/consts/issue-25826.stderr
index b80befa26..905c5ee6e 100644
--- a/src/test/ui/consts/issue-25826.stderr
+++ b/src/test/ui/consts/issue-25826.stderr
@@ -10,10 +10,6 @@ note: the trait `PartialOrd` is implemented for `*const ()`, but that implementa
|
LL | const A: bool = unsafe { id::<u8> as *const () < id::<u16> as *const () };
| ^
-help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement
- |
-LL | fn main() where *const (): ~const PartialOrd {
- | ++++++++++++++++++++++++++++++++++
error: aborting due to previous error