]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-35675.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-35675.stderr
index 652e1695a85a6fb4569566d16a286b709f28d7f4..3e4fd5593caae56c0a74c99162b6ae56707626ed 100644 (file)
@@ -1,5 +1,5 @@
 error[E0412]: cannot find type `Apple` in this scope
-  --> $DIR/issue-35675.rs:17:29
+  --> $DIR/issue-35675.rs:7:29
    |
 LL | fn should_return_fruit() -> Apple {
    |                             ^^^^^ not found in this scope
@@ -9,7 +9,7 @@ LL | fn should_return_fruit() -> Fruit {
    |                             ^^^^^
 
 error[E0425]: cannot find function `Apple` in this scope
-  --> $DIR/issue-35675.rs:19:5
+  --> $DIR/issue-35675.rs:9:5
    |
 LL |     Apple(5)
    |     ^^^^^ not found in this scope
@@ -19,7 +19,7 @@ LL | use Fruit::Apple;
    |
 
 error[E0573]: expected type, found variant `Fruit::Apple`
-  --> $DIR/issue-35675.rs:23:33
+  --> $DIR/issue-35675.rs:13:33
    |
 LL | fn should_return_fruit_too() -> Fruit::Apple {
    |                                 ^^^^^^^^^^^^
@@ -28,7 +28,7 @@ LL | fn should_return_fruit_too() -> Fruit::Apple {
    |                                 help: try using the variant's enum: `Fruit`
 
 error[E0425]: cannot find function `Apple` in this scope
-  --> $DIR/issue-35675.rs:25:5
+  --> $DIR/issue-35675.rs:15:5
    |
 LL |     Apple(5)
    |     ^^^^^ not found in this scope
@@ -38,7 +38,7 @@ LL | use Fruit::Apple;
    |
 
 error[E0573]: expected type, found variant `Ok`
-  --> $DIR/issue-35675.rs:29:13
+  --> $DIR/issue-35675.rs:19:13
    |
 LL | fn foo() -> Ok {
    |             ^^
@@ -47,7 +47,7 @@ LL | fn foo() -> Ok {
    |             help: try using the variant's enum: `std::result::Result`
 
 error[E0412]: cannot find type `Variant3` in this scope
-  --> $DIR/issue-35675.rs:34:13
+  --> $DIR/issue-35675.rs:24:13
    |
 LL | fn bar() -> Variant3 {
    |             ^^^^^^^^ not found in this scope
@@ -57,7 +57,7 @@ LL | fn bar() -> x::Enum {
    |             ^^^^^^^
 
 error[E0573]: expected type, found variant `Some`
-  --> $DIR/issue-35675.rs:38:13
+  --> $DIR/issue-35675.rs:28:13
    |
 LL | fn qux() -> Some {
    |             ^^^^