We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb7c5f commit d83ae31Copy full SHA for d83ae31
futures-util/src/async_await/select_mod.rs
@@ -32,6 +32,9 @@ macro_rules! document_select_macro {
32
/// It is also gated behind the `async-await` feature of this library, which is
33
/// _not_ activated by default.
34
///
35
+ /// **Warning**: `select!` relies on `proc-macro-hack`, and may require to set the
36
+ /// compiler's recursion limit very high, e.g. `#![recursion_limit="1024"]`.
37
+ ///
38
/// # Examples
39
40
/// ```
0 commit comments