Migrate walk tests to test cases. #550
Annotations
10 errors and 7 warnings
Run actions-rs/cargo@v1
the compiler unexpectedly panicked. this is a bug.
|
Run actions-rs/cargo@v1
internal compiler error: {OpaqueTypeKey { def_id: DefId(0:4067 ~ wax[9561]::{impl#8}::locations::{opaque#0}), args: [ReLateParam(DefId(0:2140 ~ wax[9561]::{impl#8}::locations), BrNamed(DefId(0:4066 ~ wax[9561]::{impl#8}::locations::'_), '_))] }: OpaqueTypeDecl { hidden_type: OpaqueHiddenType { span: src\lib.rs:425:32: 425:71 (#641), ty: ?0t } }}
|
Run actions-rs/cargo@v1
internal compiler error: {OpaqueTypeKey { def_id: DefId(0:4080 ~ wax[9561]::{impl#21}::captures::{opaque#0}), args: [ReEarlyParam(DefId(0:2174 ~ wax[9561]::{impl#21}::'t), 0, 't), ReLateParam(DefId(0:2183 ~ wax[9561]::{impl#21}::captures), BrNamed(DefId(0:4079 ~ wax[9561]::{impl#21}::captures::'_), '_))] }: OpaqueTypeDecl { hidden_type: OpaqueHiddenType { span: src\lib.rs:744:31: 744:80 (#646), ty: ?0t } }}
|
Run actions-rs/cargo@v1
the compiler unexpectedly panicked. this is a bug.
|
Run actions-rs/cargo@v1
internal compiler error: {OpaqueTypeKey { def_id: DefId(0:3743 ~ wax[9561]::rule::branch::diagnose::{opaque#0}), args: [ReEarlyParam(DefId(0:532 ~ wax[9561]::rule::branch::diagnose::'i), 0, 'i), ReEarlyParam(DefId(0:533 ~ wax[9561]::rule::branch::diagnose::'t), 1, 't), A/#2, ReEarlyParam(DefId(0:532 ~ wax[9561]::rule::branch::diagnose::'i), 0, 'i), ReEarlyParam(DefId(0:533 ~ wax[9561]::rule::branch::diagnose::'t), 1, 't)] }: OpaqueTypeDecl { hidden_type: OpaqueHiddenType { span: src\rule.rs:546:10: 546:67 (#569), ty: ?0t } }}
|
Run actions-rs/cargo@v1
internal compiler error: {OpaqueTypeKey { def_id: DefId(0:3940 ~ wax[9561]::token::{impl#12}::components::{opaque#0}), args: [ReEarlyParam(DefId(0:1668 ~ wax[9561]::token::{impl#12}::'t), 0, 't), A/#1, ReLateParam(DefId(0:1693 ~ wax[9561]::token::{impl#12}::components), BrNamed(DefId(0:3939 ~ wax[9561]::token::{impl#12}::components::'_), '_)), ReEarlyParam(DefId(0:1668 ~ wax[9561]::token::{impl#12}::'t), 0, 't)] }: OpaqueTypeDecl { hidden_type: OpaqueHiddenType { span: src\token\mod.rs:469:33: 469:75 (#617), ty: ?0t } }}
|
Run actions-rs/cargo@v1
internal compiler error: {OpaqueTypeKey { def_id: DefId(0:3944 ~ wax[9561]::token::{impl#12}::literals::{opaque#0}), args: [ReEarlyParam(DefId(0:1668 ~ wax[9561]::token::{impl#12}::'t), 0, 't), A/#1, ReLateParam(DefId(0:1694 ~ wax[9561]::token::{impl#12}::literals), BrNamed(DefId(0:3943 ~ wax[9561]::token::{impl#12}::literals::'_), '_)), ReEarlyParam(DefId(0:1668 ~ wax[9561]::token::{impl#12}::'t), 0, 't)] }: OpaqueTypeDecl { hidden_type: OpaqueHiddenType { span: src\token\mod.rs:483:10: 483:79 (#619), ty: ?0t } }}
|
Run actions-rs/cargo@v1
internal compiler error: {OpaqueTypeKey { def_id: DefId(0:6642 ~ wax[660f]::{impl#8}::locations::{opaque#0}), args: [ReLateParam(DefId(0:2220 ~ wax[660f]::{impl#8}::locations), BrNamed(DefId(0:6641 ~ wax[660f]::{impl#8}::locations::'_), '_))] }: OpaqueTypeDecl { hidden_type: OpaqueHiddenType { span: src\lib.rs:425:32: 425:71 (#1826), ty: ?0t } }}
|
Run actions-rs/cargo@v1
internal compiler error: {OpaqueTypeKey { def_id: DefId(0:4048 ~ wax[9561]::token::components::{opaque#0}), args: [A/#0, ReLateParam(DefId(0:2052 ~ wax[9561]::token::components), BrNamed(DefId(0:2053 ~ wax[9561]::token::components::'i), 'i)), ReLateParam(DefId(0:2052 ~ wax[9561]::token::components), BrNamed(DefId(0:2054 ~ wax[9561]::token::components::'t), 't))] }: OpaqueTypeDecl { hidden_type: OpaqueHiddenType { span: src\token\mod.rs:1642:57: 1642:99 (#640), ty: ?0t } }}
|
Run actions-rs/cargo@v1
internal compiler error: {OpaqueTypeKey { def_id: DefId(0:6655 ~ wax[660f]::{impl#21}::captures::{opaque#0}), args: [ReEarlyParam(DefId(0:2254 ~ wax[660f]::{impl#21}::'t), 0, 't), ReLateParam(DefId(0:2263 ~ wax[660f]::{impl#21}::captures), BrNamed(DefId(0:6654 ~ wax[660f]::{impl#21}::captures::'_), '_))] }: OpaqueTypeDecl { hidden_type: OpaqueHiddenType { span: src\lib.rs:744:31: 744:80 (#1831), ty: ?0t } }}
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run actions-rs/cargo@v1
build failed, waiting for other jobs to finish...
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading