We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c2fc4 commit 3bae0e8Copy full SHA for 3bae0e8
futures-util/src/async_await/select_mod.rs
@@ -31,6 +31,7 @@ macro_rules! document_select_macro {
31
///
32
/// Note that `select!` relies on `proc-macro-hack`, and may require to set the
33
/// compiler's recursion limit very high, e.g. `#![recursion_limit="1024"]`.
34
+ /// If you're using Rust 1.45+, you won't have the problem.
35
36
/// # Examples
37
0 commit comments