]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/rfc-1937-termination-trait/termination-trait-test-wrong-type.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / rfc-1937-termination-trait / termination-trait-test-wrong-type.stderr
index d4bd760770d5f320e87042febfcdb0e192134e31..1c47aafec6b97f8772a6d84873fafe8643326cd5 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:10:1
+  --> $DIR/termination-trait-test-wrong-type.rs:6:1
    |
 LL | / fn can_parse_zero_as_f32() -> Result<f32, ParseFloatError> {
 LL | |     "0".parse()