]> git.lizzy.rs Git - rust.git/commitdiff
fix rebase fallout
authorMazdak Farrokhzad <twingoow@gmail.com>
Fri, 20 Mar 2020 16:01:53 +0000 (17:01 +0100)
committerMazdak Farrokhzad <twingoow@gmail.com>
Tue, 24 Mar 2020 05:28:56 +0000 (06:28 +0100)
src/test/ui/span/transitive-dep-span.rs

index b445d389c561ae9a82bba9a1defbbbd4538c3488..2d46f74ad9bc902ca80c1e7c93b61c558cf03ae4 100644 (file)
@@ -11,3 +11,5 @@
 extern crate transitive_dep_two;
 
 transitive_dep_two::parse_error!(); //~ ERROR expected one of
+
+fn main() {}