diff options
Diffstat (limited to 'tests/run-make-fulldeps/issue-18943/foo.rs')
-rw-r--r-- | tests/run-make-fulldeps/issue-18943/foo.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/run-make-fulldeps/issue-18943/foo.rs b/tests/run-make-fulldeps/issue-18943/foo.rs deleted file mode 100644 index d18400dd3..000000000 --- a/tests/run-make-fulldeps/issue-18943/foo.rs +++ /dev/null @@ -1,5 +0,0 @@ -trait Foo { } - -trait Bar { } - -impl<'a> Foo for Bar + 'a { } |