about summary refs log tree commit diff
path: root/tests/ui/wf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/wf')
-rw-r--r--tests/ui/wf/hir-wf-canonicalized.rs2
-rw-r--r--tests/ui/wf/hir-wf-check-erase-regions.rs2
-rw-r--r--tests/ui/wf/issue-48638.rs2
-rw-r--r--tests/ui/wf/unnormalized-projection-guides-inference.rs2
-rw-r--r--tests/ui/wf/wf-in-where-clause-static.rs4
-rw-r--r--tests/ui/wf/wf-normalization-sized.rs4
6 files changed, 8 insertions, 8 deletions
diff --git a/tests/ui/wf/hir-wf-canonicalized.rs b/tests/ui/wf/hir-wf-canonicalized.rs
index eac238f0fca..abdcd1c04ab 100644
--- a/tests/ui/wf/hir-wf-canonicalized.rs
+++ b/tests/ui/wf/hir-wf-canonicalized.rs
@@ -1,4 +1,4 @@
-// incremental
+//@ incremental
 
 trait Foo {
     type V;
diff --git a/tests/ui/wf/hir-wf-check-erase-regions.rs b/tests/ui/wf/hir-wf-check-erase-regions.rs
index 2820d5f6d07..01893044c27 100644
--- a/tests/ui/wf/hir-wf-check-erase-regions.rs
+++ b/tests/ui/wf/hir-wf-check-erase-regions.rs
@@ -1,5 +1,5 @@
 // Regression test for #87549.
-// incremental
+//@ incremental
 
 pub struct Table<T, const N: usize>([Option<T>; N]);
 
diff --git a/tests/ui/wf/issue-48638.rs b/tests/ui/wf/issue-48638.rs
index f0784310332..6a778a4bf21 100644
--- a/tests/ui/wf/issue-48638.rs
+++ b/tests/ui/wf/issue-48638.rs
@@ -1,4 +1,4 @@
-// check-pass
+//@ check-pass
 
 pub trait D {}
 pub struct DT;
diff --git a/tests/ui/wf/unnormalized-projection-guides-inference.rs b/tests/ui/wf/unnormalized-projection-guides-inference.rs
index ca2d6c2e882..e1fc962c00b 100644
--- a/tests/ui/wf/unnormalized-projection-guides-inference.rs
+++ b/tests/ui/wf/unnormalized-projection-guides-inference.rs
@@ -1,6 +1,6 @@
 // The WF requirements of the *unnormalized* form of type annotations
 // can guide inference.
-// check-pass
+//@ check-pass
 
 pub trait EqualTo {
     type Ty;
diff --git a/tests/ui/wf/wf-in-where-clause-static.rs b/tests/ui/wf/wf-in-where-clause-static.rs
index 86722afdf9f..a3d360e1fb5 100644
--- a/tests/ui/wf/wf-in-where-clause-static.rs
+++ b/tests/ui/wf/wf-in-where-clause-static.rs
@@ -1,5 +1,5 @@
-// check-pass
-// known-bug: #98117
+//@ check-pass
+//@ known-bug: #98117
 
 // Should fail. Functions are responsible for checking the well-formedness of
 // their own where clauses, so this should fail and require an explicit bound
diff --git a/tests/ui/wf/wf-normalization-sized.rs b/tests/ui/wf/wf-normalization-sized.rs
index 473fc79a8a3..e14be6b62bb 100644
--- a/tests/ui/wf/wf-normalization-sized.rs
+++ b/tests/ui/wf/wf-normalization-sized.rs
@@ -1,5 +1,5 @@
-// check-pass
-// known-bug: #100041
+//@ check-pass
+//@ known-bug: #100041
 
 // Should fail. Normalization can bypass well-formedness checking.
 // `[[[[[[u8]]]]]]` is not a well-formed type since size of type `[u8]` cannot