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 1b6e01b commit e02b3f3Copy full SHA for e02b3f3
tests/run-make/link-under-xcode/rmake.rs
@@ -17,7 +17,7 @@ fn main() {
17
18
// Check that compiling and linking still works.
19
//
20
- // Removing `SDKROOT` is necessary for the test to excercise what we want, since bootstrap runs
+ // Removing `SDKROOT` is necessary for the test to exercise what we want, since bootstrap runs
21
// under `/usr/bin/python3`, which will set SDKROOT for us.
22
rustc().target(target()).env_remove("SDKROOT").env("PATH", &path).input("foo.rs").run();
23
0 commit comments