This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 93f69b2
committed
Don't skip argument parsing when running
Setting up the argument parser to parse no arguments is a tiny bit of wasted
work, but avoids an otherwise-unnecessary special case.
In particular, this lets us avoid having to deal with multiple different APIs
to determine whether the compiler is nightly or not.rustc with no arguments1 parent 1d55f72 commit 93f69b2
1 file changed
+1
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1191 | 1191 | | |
1192 | 1192 | | |
1193 | 1193 | | |
1194 | | - | |
1195 | | - | |
1196 | | - | |
1197 | | - | |
1198 | | - | |
1199 | | - | |
1200 | | - | |
1201 | | - | |
1202 | | - | |
1203 | 1194 | | |
1204 | 1195 | | |
1205 | 1196 | | |
| |||
1245 | 1236 | | |
1246 | 1237 | | |
1247 | 1238 | | |
1248 | | - | |
| 1239 | + | |
1249 | 1240 | | |
1250 | 1241 | | |
1251 | 1242 | | |
| |||
0 commit comments