]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rfc-1937-termination-trait/termination-trait-test-wrong-type.stderr
Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests
[rust.git] / src / test / ui / rfc-1937-termination-trait / termination-trait-test-wrong-type.stderr
index 9cefef58bf53ae18fe877f337af9f934d1e6cbca..ed4f34b527fcbe3f61013c6a518d0a04cdb0bb01 100644 (file)
@@ -1,5 +1,5 @@
 error[E0277]: `main` has invalid return type `std::result::Result<f32, std::num::ParseFloatError>`
-  --> $DIR/termination-trait-test-wrong-type.rs:7:1
+  --> $DIR/termination-trait-test-wrong-type.rs:10:1
    |
 LL | / fn can_parse_zero_as_f32() -> Result<f32, ParseFloatError> {
 LL | |     "0".parse()