Ignore a rustdoc test

This commit is contained in:
León Orell Valerian Liehr 2024-01-05 20:33:16 +01:00
parent 91e1af3862
commit 54967d7a68
No known key found for this signature in database
GPG Key ID: D17A07215F68E713

View File

@ -1,3 +1,6 @@
// FIXME(fmease, #119216): Reenable this test!
// ignore-test
pub struct Inner<T> {
field: T,
}