about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorTravis Cross <tc@traviscross.com>2023-09-29 20:56:49 +0000
committerMichael Goulet <michael@errs.io>2023-10-03 00:37:18 +0000
commitafea0b4eab6f5e91edf70102194d77c8f8f20479 (patch)
tree991bfc0ba9699416105309c867820d31a81fcdd5 /compiler/rustc_codegen_llvm/src
parent28d58f6524a10406c60c170c5e9eae70c8a7b76d (diff)
downloadrust-afea0b4eab6f5e91edf70102194d77c8f8f20479.tar.gz
rust-afea0b4eab6f5e91edf70102194d77c8f8f20479.zip
Fill in prose to describe the `async_fn_in_trait` lint
We're stabilizing `async fn` in trait (AFIT), but we have some
reservations about how people might use this in the definitions of
publicly-visible traits, so we're going to lint about that.

This is a bit of an odd lint for `rustc`.  We normally don't lint just
to have people confirm that they understand how Rust works.  But in
this one exceptional case, this seems like the right thing to do as
compared to the other plausible alternatives.

In this commit, we describe the nature of this odd lint.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions