diff options
| author | Michael Goulet <michael@errs.io> | 2024-07-11 21:59:28 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-07-11 21:59:28 -0400 |
| commit | 79d1ac66a8317083bb801a5b09ed180dacc8f70c (patch) | |
| tree | 17aa2da0b095484f1ef346b9a8c8b072d8e81e48 /src/tools/rustfmt/tests/source | |
| parent | de88bc5c8921774681ecac0a5249b370a9768a6c (diff) | |
| download | rust-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.rs | 2 |
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) {} |
