Bless test
This commit is contained in:
parent
6844b17bbe
commit
f7db4f0a4c
1 changed files with 2 additions and 4 deletions
|
|
@ -32,11 +32,9 @@ error[E0559]: variant `Result<_, _>::Ok` has no field named `d`
|
|||
|
|
||||
LL | d..||_=m
|
||||
| ^ field does not exist
|
||||
--> $SRC_DIR/core/src/result.rs:LL:COL
|
||||
|
|
||||
::: $SRC_DIR/core/src/result.rs:LL:COL
|
||||
|
|
||||
LL | Ok(#[stable(feature = "rust1", since = "1.0.0")] T),
|
||||
| -- `Result<_, _>::Ok` defined here
|
||||
= note: `Result<_, _>::Ok` defined here
|
||||
|
|
||||
help: `Result<_, _>::Ok` is a tuple variant, use the appropriate syntax
|
||||
|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue