diff options
Diffstat (limited to 'tests/ui/query-visibility.rs')
| -rw-r--r-- | tests/ui/query-visibility.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/ui/query-visibility.rs b/tests/ui/query-visibility.rs deleted file mode 100644 index 84abe875910..00000000000 --- a/tests/ui/query-visibility.rs +++ /dev/null @@ -1,9 +0,0 @@ -//@ check-pass -// Check that it doesn't panic when `Input` gets its visibility checked. - -#![crate_type = "lib"] - -pub trait Layer< - /// Hello. - Input, -> {} |
