about summary refs log tree commit diff
path: root/tests/ui/impl-trait/in-trait/nested-rpitit-bounds.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/impl-trait/in-trait/nested-rpitit-bounds.rs')
-rw-r--r--tests/ui/impl-trait/in-trait/nested-rpitit-bounds.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/impl-trait/in-trait/nested-rpitit-bounds.rs b/tests/ui/impl-trait/in-trait/nested-rpitit-bounds.rs
index b97fd7d1ffe..3a173efb32d 100644
--- a/tests/ui/impl-trait/in-trait/nested-rpitit-bounds.rs
+++ b/tests/ui/impl-trait/in-trait/nested-rpitit-bounds.rs
@@ -1,4 +1,4 @@
-// check-pass
+//@ check-pass
 
 use std::ops::Deref;