CI #9746
Annotations
10 errors and 1 warning
coverage:
tests/fail/intrinsics/typed-swap-invalid-array.stderr#L2
this line was expected to be `error[E0432]: unresolved import `std::intrinsics::typed_swap``
|
coverage:
tests/fail/intrinsics/typed-swap-invalid-array.stderr#L5
this line was expected to be `LL | use std::intrinsics::typed_swap;`
|
coverage:
tests/fail/intrinsics/typed-swap-invalid-array.stderr#L8
this line was expected to be `note: found an item that was configured out`
|
coverage:
tests/fail/intrinsics/typed-swap-invalid-array.stderr#L15
this line was expected to be `LL | pub const unsafe fn typed_swap<T>(x: *mut T, y: *mut T) {`
|
coverage:
tests/fail/intrinsics/typed-swap-invalid-array.stderr#L18
remove this line and possibly later ones by blessing the test
|
coverage:
tests/fail/intrinsics/typed-swap-invalid-array.stderr#L22
bless the test to create a line containing `For more information about this error, try `rustc --explain E0432`.`
|
|
coverage:
tests/fail/intrinsics/typed-swap-invalid-array.rs#L4
Error: unresolved import `std::intrinsics::typed_swap`
|
coverage:
tests/fail/intrinsics/typed-swap-invalid-scalar.stderr#L2
this line was expected to be `error[E0432]: unresolved import `std::intrinsics::typed_swap``
|
coverage:
tests/fail/intrinsics/typed-swap-invalid-scalar.stderr#L5
this line was expected to be `LL | use std::intrinsics::typed_swap;`
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading