You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: surveys/2024-annual-survey/questions.md
+17-11
Original file line number
Diff line number
Diff line change
@@ -309,6 +309,23 @@ Type: select one (optional)
309
309
> To get real data on how many people use older versions of the toolchain to
310
310
> inform discussion on MSRVs.
311
311
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
+
312
329
### In your opinion, how would you prioritise work on the following aspects of Rust?
313
330
314
331
Type: matrix (optional)
@@ -341,17 +358,6 @@ Priority:
341
358
>
342
359
> This question gathers data on the communities perceptions of certain aspects of Rust at this point in time.
343
360
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
-
355
361
### Which unimplemented or (nightly only) features are you looking for to be stabilized?
356
362
357
363
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