Update ui tests

This commit is contained in:
Jesus Rubio 2021-02-01 18:23:12 +01:00
parent ee5ea24d36
commit 9ef24f960b
13 changed files with 14 additions and 1 deletions

View File

@ -10,3 +10,4 @@ LL | give_any(|y| x = Some(y));
error: aborting due to previous error
For more information about this error, try `rustc --explain E0521`.

View File

@ -12,3 +12,4 @@ LL | lines_to_use.push(installed_id);
error: aborting due to previous error
For more information about this error, try `rustc --explain E0521`.

View File

@ -10,3 +10,4 @@ LL | with_int(|y| x = Some(y));
error: aborting due to previous error
For more information about this error, try `rustc --explain E0521`.

View File

@ -10,3 +10,4 @@ LL | with_int(|y| x = Some(y));
error: aborting due to previous error
For more information about this error, try `rustc --explain E0521`.

View File

@ -10,3 +10,4 @@ LL | with_int(&mut |y| x = Some(y));
error: aborting due to previous error
For more information about this error, try `rustc --explain E0521`.

View File

@ -20,3 +20,4 @@ LL | f = Some(x);
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0521`.

View File

@ -12,3 +12,4 @@ LL | a = &b;
error: aborting due to previous error
For more information about this error, try `rustc --explain E0521`.

View File

@ -83,4 +83,5 @@ LL | }
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0597`.
Some errors have detailed explanations: E0521, E0597.
For more information about an error, try `rustc --explain E0521`.

View File

@ -51,3 +51,4 @@ LL | | });
error: aborting due to previous error
For more information about this error, try `rustc --explain E0521`.

View File

@ -51,3 +51,4 @@ LL | | });
error: aborting due to previous error
For more information about this error, try `rustc --explain E0521`.

View File

@ -106,3 +106,4 @@ LL | Bar2::new(&self)
error: aborting due to 9 previous errors
For more information about this error, try `rustc --explain E0521`.

View File

@ -38,3 +38,4 @@ LL | b(x);
error: aborting due to 4 previous errors
For more information about this error, try `rustc --explain E0521`.

View File

@ -8,3 +8,4 @@ LL | let f = |x: &dyn TT| x.func();
error: aborting due to previous error
For more information about this error, try `rustc --explain E0521`.