We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf217c commit 4858855Copy full SHA for 4858855
.github/workflows/pr_pre-commit.yaml
@@ -19,3 +19,7 @@ jobs:
19
- uses: stackabletech/actions/run-pre-commit@9bd13255f286e4b7a654617268abe1b2f37c3e0a # v0.3.0
20
with:
21
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
22
+ # rust-src is required for trybuild stderr output comparison to work
23
+ # for our cases.
24
+ # See: https://github.com/dtolnay/trybuild/issues/236#issuecomment-1620950759
25
+ rust-components: rustfmt,clippy,rust-src
0 commit comments