Commit f7a03d0
committed
Fix
"stage 1" for fulldeps means "compile with stage 0, link against stage 1".
But this code wanted to switch on the compiler that's building, not the
compiler that's being tested. Fix the check.
Previously, it would fail with a warning about linker-messages:
```
--- stderr -------------------------------
warning[E0602]: unknown lint: `linker_messages`
|
= note: requested on the command line with `-A linker_messages`
= note: `#[warn(unknown_lints)]` on by default
```x test --stage 1 ui-fulldeps on macOS (until the next beta bump)1 parent 4a43094 commit f7a03d0
1 file changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1840 | 1840 | | |
1841 | 1841 | | |
1842 | 1842 | | |
| 1843 | + | |
| 1844 | + | |
| 1845 | + | |
| 1846 | + | |
| 1847 | + | |
| 1848 | + | |
| 1849 | + | |
| 1850 | + | |
1843 | 1851 | | |
1844 | 1852 | | |
1845 | 1853 | | |
1846 | 1854 | | |
1847 | 1855 | | |
1848 | 1856 | | |
1849 | 1857 | | |
1850 | | - | |
1851 | | - | |
1852 | | - | |
1853 | | - | |
1854 | | - | |
1855 | | - | |
1856 | 1858 | | |
1857 | 1859 | | |
1858 | 1860 | | |
| |||
0 commit comments