]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_target/src/spec/x86_64_apple_ios.rs
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / compiler / rustc_target / src / spec / x86_64_apple_ios.rs
index ddf68704d47045ab89852e5921477d4223c6225c..adb877185897bcbf540caa5f1ecc0caac9cedad2 100644 (file)
@@ -11,7 +11,7 @@ pub fn target() -> Target {
         arch: "x86_64".to_string(),
         options: TargetOptions {
             max_atomic_width: Some(64),
-            // don't use probe-stack=inline-asm until rust-lang/rust#83139 is resolved.
+            // don't use probe-stack=inline-asm until rust#83139 and rust#84667 are resolved
             stack_probes: StackProbeType::Call,
             ..base
         },