Skip to content

Commit 64cc8e2

Browse files
authored
Merge pull request #278 from rust-lang/2024-features
Ask about user's opinion about the speed with which Rust evolves
2 parents 5fdf616 + 20acec5 commit 64cc8e2

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

surveys/2024-annual-survey/questions.md

+17-11
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,23 @@ Type: select one (optional)
309309
> To get real data on how many people use older versions of the toolchain to
310310
> inform discussion on MSRVs.
311311
312+
### What is your opinion on how fast Rust evolves?
313+
314+
We want to know how do you perceive the speed of development of the Rust language.
315+
316+
Type: select one (optional)
317+
318+
- Rust is already too complex, it should not add or stabilize more significant features.
319+
- Rust changes too quickly, I wish it would slow down the pace of development.
320+
- I am satisfied with the current pace of development.
321+
- Rust changes too slowly, I wish it would add or stabilize features faster.
322+
- I don't know or don't care.
323+
324+
> **justification**
325+
>
326+
> We want to find out if people prefer stability and fewer changes, or if they want to see more features being
327+
> implemented or stabilized.
328+
312329
### In your opinion, how would you prioritise work on the following aspects of Rust?
313330

314331
Type: matrix (optional)
@@ -341,17 +358,6 @@ Priority:
341358
>
342359
> This question gathers data on the communities perceptions of certain aspects of Rust at this point in time.
343360
344-
### Do you think that unimplemented (or nightly only) features should be stabilised in Rust?
345-
346-
Type: select one (optional)
347-
348-
- I think that unimplemented features should be stabilised [`NEXT`](#which-unimplemented-or-nightly-only-features-are-you-looking-for-to-be-stabilized)
349-
- I wish the Rust project to not add major new features (or slow down the pace of development) [`NEXT`](#which-of-these-problems-do-you-recall-encountering-within-the-last-year)
350-
351-
> **justification**
352-
>
353-
> We want to find out if people prefer stability and fewer changes, or if they want to see more features being stabilized.
354-
355361
### Which unimplemented or (nightly only) features are you looking for to be stabilized?
356362

357363
Please mention here features for the *Rust compiler* that are currently behind a feature gate (only available using an unstable/nightly release of the Rust compiler) or a feature that is missing and in your opinion would be beneficial to the Rust ecosystem or to your work. This list excludes other tooling around the compiler such as cargo, rustup, rustfmt, etc.

0 commit comments

Comments
 (0)