bless tests

This commit is contained in:
Pietro Albini 2022-04-06 09:29:58 +02:00
parent 9f70a7b111
commit 466720c777
No known key found for this signature in database
GPG Key ID: CD76B35F7734769E
2 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ LL | const_eval_select((), 42, 0xDEADBEEF);
note: required by a bound in `const_eval_select` note: required by a bound in `const_eval_select`
--> $SRC_DIR/core/src/intrinsics.rs:LL:COL --> $SRC_DIR/core/src/intrinsics.rs:LL:COL
| |
LL | G: FnOnce<ARG, Output = RET> + ~const Drop + ~const Destruct, LL | G: FnOnce<ARG, Output = RET> + ~const Destruct,
| ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `const_eval_select` | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `const_eval_select`
error[E0271]: type mismatch resolving `<fn(i32) -> bool {bar} as FnOnce<(i32,)>>::Output == i32` error[E0271]: type mismatch resolving `<fn(i32) -> bool {bar} as FnOnce<(i32,)>>::Output == i32`
@ -60,7 +60,7 @@ LL | const_eval_select((1,), foo, bar);
note: required by a bound in `const_eval_select` note: required by a bound in `const_eval_select`
--> $SRC_DIR/core/src/intrinsics.rs:LL:COL --> $SRC_DIR/core/src/intrinsics.rs:LL:COL
| |
LL | G: FnOnce<ARG, Output = RET> + ~const Drop + ~const Destruct, LL | G: FnOnce<ARG, Output = RET> + ~const Destruct,
| ^^^^^^^^^^^^ required by this bound in `const_eval_select` | ^^^^^^^^^^^^ required by this bound in `const_eval_select`
error[E0631]: type mismatch in function arguments error[E0631]: type mismatch in function arguments

View File

@ -1,5 +1,5 @@
error: the target features paca, pacg must all be either enabled or disabled together error: the target features paca, pacg must all be either enabled or disabled together
--> $DIR/tied-features.rs:13:5 --> $DIR/tied-features.rs:12:5
| |
LL | #[target_feature(enable = "pacg")] LL | #[target_feature(enable = "pacg")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@ -7,7 +7,7 @@ LL | #[target_feature(enable = "pacg")]
= help: add the missing features in a `target_feature` attribute = help: add the missing features in a `target_feature` attribute
error: the target features paca, pacg must all be either enabled or disabled together error: the target features paca, pacg must all be either enabled or disabled together
--> $DIR/tied-features.rs:25:1 --> $DIR/tied-features.rs:24:1
| |
LL | #[target_feature(enable = "paca")] LL | #[target_feature(enable = "paca")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^