about summary refs log tree commit diff
path: root/tests/ui/unpretty/exhaustive.expanded.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/unpretty/exhaustive.expanded.stdout')
-rw-r--r--tests/ui/unpretty/exhaustive.expanded.stdout2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/unpretty/exhaustive.expanded.stdout b/tests/ui/unpretty/exhaustive.expanded.stdout
index cd1a5d0af08..e714e4e9525 100644
--- a/tests/ui/unpretty/exhaustive.expanded.stdout
+++ b/tests/ui/unpretty/exhaustive.expanded.stdout
@@ -606,7 +606,7 @@ mod types {
         let _: impl Send + 'static;
         let _: impl 'static + Send;
         let _: impl ?Sized;
-        let _: impl ~const Clone;
+        let _: impl [const] Clone;
         let _: impl for<'a> Send;
     }
     /// TyKind::Paren