Bless test

This commit is contained in:
Albert Larsan 2022-12-14 13:40:34 +01:00
parent 6844b17bbe
commit f7db4f0a4c
No known key found for this signature in database
GPG key ID: 92709B88BB8F13EA

View file

@ -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
|