diff options
| author | onur-ozkan <work@onurozkan.dev> | 2024-01-18 10:57:04 +0300 |
|---|---|---|
| committer | onur-ozkan <work@onurozkan.dev> | 2024-01-18 11:02:57 +0300 |
| commit | 8a461aa8cb4dc0758d605eb9240f2bd563267a9b (patch) | |
| tree | 059e7f92ac6d7bc520cb10355647a214f7f16a8d /compiler/rustc_codegen_gcc/example/std_example.rs | |
| parent | 341f0a1390e2549359f5c83d72674a84c69fe3d8 (diff) | |
| download | rust-8a461aa8cb4dc0758d605eb9240f2bd563267a9b.tar.gz rust-8a461aa8cb4dc0758d605eb9240f2bd563267a9b.zip | |
distribute actual stage of the compiled compiler
By "actual" we refer to the uplifting logic where we may not compile the requested stage; instead, we uplift it from the previous stages. Which can lead to bootstrap failures in specific situations where we request stage X from other steps. However we may end up uplifting it from stage Y, causing the other stage to fail when attempting to link with stage X which was never actually built. Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'compiler/rustc_codegen_gcc/example/std_example.rs')
0 files changed, 0 insertions, 0 deletions
