We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0224e commit 41263d2Copy full SHA for 41263d2
src/test/ui/query-visibility.rs
@@ -0,0 +1,9 @@
1
+// check-pass
2
+// Check that it doesn't panic when `Input` gets its visibility checked.
3
+
4
+#![crate_type = "lib"]
5
6
+pub trait Layer<
7
+ /// Hello.
8
+ Input,
9
+> {}
0 commit comments