Skip to content

Commit 214129f

Browse files
author
The rustc-dev-guide Cronjob Bot
committed
Merge from rustc
2 parents ddfc8e9 + d279d48 commit 214129f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/implementing_new_features.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ smoothly.
99
**NOTE: this section is for *language* features, not *library* features,
1010
which use [a different process].**
1111

12+
See also [the Rust Language Design Team's procedures][lang-propose] for
13+
proposing changes to the language.
14+
1215
[a different process]: ./stability.md
16+
[lang-propose]: https://lang-team.rust-lang.org/how_to/propose.html
1317

1418
## The @rfcbot FCP process
1519

src/tests/directives.md

+2
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ settings:
192192
specified atomic widths, e.g. the test with `//@ needs-target-has-atomic: 8,
193193
16, ptr` will only run if it supports the comma-separated list of atomic
194194
widths.
195+
- `needs-dynamic-linking` - ignores if target does not support dynamic linking
196+
(which is orthogonal to it being unable to create `dylib` and `cdylib` crate types)
195197

196198
The following directives will check LLVM support:
197199

0 commit comments

Comments
 (0)