]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/pattern-tyvar-2.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / compile-fail / pattern-tyvar-2.rs
index a7340df83b488a22f28949afcd03c5abf154406d..38669a99b498f1964e8f7405c26ed6857335d57b 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-
 enum bar { t1((), Option<Vec<int>>), t2, }
 
 // n.b. my change changes this error message, but I think it's right -- tjc