diff options
| author | jam1garner <8260240+jam1garner@users.noreply.github.com> | 2021-05-26 23:00:19 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2021-06-14 13:27:24 -0400 |
| commit | 1626e1938ab6378c2b44891a1e4bd73c3f96719c (patch) | |
| tree | 779bdf092b3a7f43a82f99e56f5ce34da0a7b390 /compiler/rustc_span/src | |
| parent | a9dc234c436b17896e3109a88c12c093db515666 (diff) | |
| download | rust-1626e1938ab6378c2b44891a1e4bd73c3f96719c.tar.gz rust-1626e1938ab6378c2b44891a1e4bd73c3f96719c.zip | |
Add support for associated functions to `future_prelude_collision` lint
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 8019569ab9b..19f55c47d58 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -587,6 +587,7 @@ symbols! { from, from_desugaring, from_generator, + from_iter, from_method, from_output, from_residual, |
