aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/cfg/unsupported.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/cfg/unsupported.rs')
-rw-r--r--tests/ui/cfg/unsupported.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/cfg/unsupported.rs b/tests/ui/cfg/unsupported.rs
index 5205307..c450f6f 100644
--- a/tests/ui/cfg/unsupported.rs
+++ b/tests/ui/cfg/unsupported.rs
@@ -4,7 +4,7 @@ use pin_project::pin_project;
// span is lost.
// Refs: https://github.com/rust-lang/rust/issues/43081
#[pin_project]
-struct Struct {
+struct S {
#[cfg(any())]
#[pin]
f: u8,