Skip to content

Commit f7db4f0

Browse files
Bless test
1 parent 6844b17 commit f7db4f0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/test/ui/typeck/issue-92481.stderr

+2-4
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ error[E0559]: variant `Result<_, _>::Ok` has no field named `d`
3232
|
3333
LL | d..||_=m
3434
| ^ field does not exist
35+
--> $SRC_DIR/core/src/result.rs:LL:COL
3536
|
36-
::: $SRC_DIR/core/src/result.rs:LL:COL
37-
|
38-
LL | Ok(#[stable(feature = "rust1", since = "1.0.0")] T),
39-
| -- `Result<_, _>::Ok` defined here
37+
= note: `Result<_, _>::Ok` defined here
4038
|
4139
help: `Result<_, _>::Ok` is a tuple variant, use the appropriate syntax
4240
|

0 commit comments

Comments
 (0)