Skip to content

Auto merge of #128037 - beetrees:repr128-c-style-use-natvis, r=<try> #48198

Auto merge of #128037 - beetrees:repr128-c-style-use-natvis, r=<try>

Auto merge of #128037 - beetrees:repr128-c-style-use-natvis, r=<try> #48198

Triggered via push July 21, 2024 19:37
Status Failure
Total duration 58m 44s
Artifacts

ci.yml

on: push
Calculate job matrix
11s
Calculate job matrix
Matrix: job
bors build finished
12s
bors build finished
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
try - x86_64-msvc: tests/debuginfo/msvc-pretty-enums.rs#L356
no variant or associated item named `A` found for enum `CStyleU128` in the current scope
try - x86_64-msvc: tests/debuginfo/msvc-pretty-enums.rs#L357
no variant or associated item named `B` found for enum `CStyleU128` in the current scope
try - x86_64-msvc: tests/debuginfo/msvc-pretty-enums.rs#L358
no variant or associated item named `C` found for enum `CStyleU128` in the current scope
try - x86_64-msvc: tests/debuginfo/msvc-pretty-enums.rs#L359
no variant or associated item named `D` found for enum `CStyleU128` in the current scope
try - x86_64-msvc: tests/debuginfo/msvc-pretty-enums.rs#L361
no variant or associated item named `A` found for enum `CStyleI128` in the current scope
try - x86_64-msvc: tests/debuginfo/msvc-pretty-enums.rs#L362
no variant or associated item named `B` found for enum `CStyleI128` in the current scope
try - x86_64-msvc: tests/debuginfo/msvc-pretty-enums.rs#L363
no variant or associated item named `C` found for enum `CStyleI128` in the current scope
try - x86_64-msvc: tests/debuginfo/msvc-pretty-enums.rs#L364
no variant or associated item named `D` found for enum `CStyleI128` in the current scope
try - x86_64-msvc
Process completed with exit code 2.
bors build finished
Process completed with exit code 1.
try - x86_64-msvc: tests/debuginfo/msvc-pretty-enums.rs#L234
the feature `repr128` is incomplete and may not be safe to use and/or cause compiler crashes
try - x86_64-msvc: tests/debuginfo/msvc-pretty-enums.rs#L235
the feature `arbitrary_enum_discriminant` has been stable since 1.66.0 and no longer requires an attribute to enable