diff options
| author | Michael Goulet <michael@errs.io> | 2023-08-08 19:59:44 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-08-28 01:05:34 +0000 |
| commit | 690bcc6619aad74d8c32a52c104d4f79fa2f6bf4 (patch) | |
| tree | 2cc33b5ea6ef3e824a0be2d37ff2f6bb05b87040 /compiler/rustc_span | |
| parent | 32a9565223c05e6f7e60d783ad25e1864cd51d70 (diff) | |
| download | rust-690bcc6619aad74d8c32a52c104d4f79fa2f6bf4.tar.gz rust-690bcc6619aad74d8c32a52c104d4f79fa2f6bf4.zip | |
Test variances of opaque captures
Diffstat (limited to 'compiler/rustc_span')
| -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 9d4f49f9453..656deebb5d0 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1366,6 +1366,7 @@ symbols! { rustc_trivial_field_reads, rustc_unsafe_specialization_marker, rustc_variance, + rustc_variance_of_opaques, rustdoc, rustdoc_internals, rustdoc_missing_doc_code_examples, |
