about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/source
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-07-11 21:59:28 -0400
committerMichael Goulet <michael@errs.io>2024-07-11 21:59:28 -0400
commit79d1ac66a8317083bb801a5b09ed180dacc8f70c (patch)
tree17aa2da0b095484f1ef346b9a8c8b072d8e81e48 /src/tools/rustfmt/tests/source
parentde88bc5c8921774681ecac0a5249b370a9768a6c (diff)
downloadrust-79d1ac66a8317083bb801a5b09ed180dacc8f70c.tar.gz
rust-79d1ac66a8317083bb801a5b09ed180dacc8f70c.zip
Remove rustdoc tests which no longer parse
Diffstat (limited to 'src/tools/rustfmt/tests/source')
-rw-r--r--src/tools/rustfmt/tests/source/type.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/rustfmt/tests/source/type.rs b/src/tools/rustfmt/tests/source/type.rs
index 61ef73a3cab..7a232f85198 100644
--- a/src/tools/rustfmt/tests/source/type.rs
+++ b/src/tools/rustfmt/tests/source/type.rs
@@ -146,8 +146,6 @@ trait T: ~   const  Super {}
 
 const fn not_quite_const<S: ~  const    T>() -> i32 { <S as T>::CONST }
 
-struct S<T:~  const   ?  Sized>(std::marker::PhantomData<T>);
-
 impl ~    const T {}
 
 fn apit(_: impl ~   const T) {}