]> git.proxmox.com Git - rustc.git/blobdiff - src/test/rustdoc/issue-34928.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / src / test / rustdoc / issue-34928.rs
diff --git a/src/test/rustdoc/issue-34928.rs b/src/test/rustdoc/issue-34928.rs
deleted file mode 100644 (file)
index 91b6775..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#![crate_name = "foo"]
-
-pub trait Bar {}
-
-// @has foo/struct.Foo.html '//pre' 'pub struct Foo<T>(pub T)where T: Bar;'
-pub struct Foo<T>(pub T) where T: Bar;