]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/issue-3214.rs
New upstream version 1.15.0+dfsg1
[rustc.git] / src / test / compile-fail / issue-3214.rs
index d3b932fbc53efa5710b0a0843e25809f91148f4a..010cfb54c1ae91c3f160969400e4ebf7410cf608 100644 (file)
@@ -15,7 +15,6 @@ fn foo<T>() {
 
     impl<T> Drop for foo<T> {
         //~^ ERROR wrong number of type arguments
-        //~^^ ERROR the type parameter `T` is not constrained
         fn drop(&mut self) {}
     }
 }