-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for aarch64-apple-ios-sim target #85781
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
r? @Amanieu |
Oh, I just realized that the "Building Rust programs" are not valid as of right now, because target artifacts are not shipped. So right now users would need nightly + |
Please do so then. There is never too much clarity. :) |
This comment has been minimized.
This comment has been minimized.
Hm, I could fix the tier-check to also consider linked targets (which means hackily parsing markdown) or remove the link. |
Oh, actually, it's easier than that: We can just check for '`' somewhere in the line |
7bf245b
to
1f3539b
Compare
This comment has been minimized.
This comment has been minimized.
1f3539b
to
aa1b127
Compare
@bors r+ rollup |
📌 Commit aa1b127 has been approved by |
…rt, r=Amanieu Add documentation for aarch64-apple-ios-sim target Documentation as requested for [MCP 428](rust-lang/compiler-team#428) to promote this target to Tier 2. Currently it calls out that it's Tier 3. That should be changed if this target is promoted, but this PR could also land before that. Note: probably should get signoff from the compiler team based on that MCP.
…laumeGomez Rollup of 8 pull requests Successful merges: - rust-lang#85285 (Add eslint checks to CI) - rust-lang#85709 (Use correct edition when parsing `:pat` matchers) - rust-lang#85762 (Do not try to build LLVM with Zlib on Windows) - rust-lang#85770 (Remove `--print unversioned-files` from rustdoc ) - rust-lang#85781 (Add documentation for aarch64-apple-ios-sim target) - rust-lang#85801 (Add `String::extend_from_within`) - rust-lang#85817 (Fix a typo) - rust-lang#85818 (Don't drop `PResult` without handling the error) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Documentation as requested for MCP 428 to promote this target to Tier 2.
Currently it calls out that it's Tier 3. That should be changed if this target is promoted, but this PR could also land before that.
Note: probably should get signoff from the compiler team based on that MCP.