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.
x clippy std
1 parent acd245b commit 9c46947Copy full SHA for 9c46947
src/bootstrap/src/core/builder/tests.rs
@@ -2124,6 +2124,23 @@ mod snapshot {
2124
[clippy] rustc 0 <host> -> rustc 1 <host>
2125
");
2126
}
2127
+
2128
+ #[test]
2129
+ fn clippy_std() {
2130
+ let ctx = TestCtx::new();
2131
+ insta::assert_snapshot!(
2132
+ ctx.config("clippy")
2133
+ .path("std")
2134
+ .render_steps(), @r"
2135
+ [build] llvm <host>
2136
+ [build] rustc 0 <host> -> rustc 1 <host>
2137
+ [build] rustc 1 <host> -> std 1 <host>
2138
+ [build] rustc 1 <host> -> rustc 2 <host>
2139
+ [build] rustc 1 <host> -> clippy-driver 2 <host>
2140
+ [build] rustc 1 <host> -> cargo-clippy 2 <host>
2141
+ [clippy] std <host>
2142
+ ");
2143
+ }
2144
2145
2146
struct ExecutedSteps {
0 commit comments