diff options
| author | bors <bors@rust-lang.org> | 2022-01-27 22:34:34 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-01-27 22:34:34 +0000 |
| commit | 1b4109306c1d98a8e993ec2c748d286927dddbf5 (patch) | |
| tree | f23c58fd80951d088f213afdc24daa91a665fd98 /compiler/rustc_feature/src | |
| parent | 21b4a9cfdcbb1e76f4b36b5c3cfd64d627285093 (diff) | |
| parent | 0eb6753fc5b51df9d79b495c3812440958cd0052 (diff) | |
| download | rust-1b4109306c1d98a8e993ec2c748d286927dddbf5.tar.gz rust-1b4109306c1d98a8e993ec2c748d286927dddbf5.zip | |
Auto merge of #93390 - matthiaskrgr:rollup-4xeki5w, r=matthiaskrgr
Rollup of 8 pull requests Successful merges: - #91641 (Define c_char using cfg_if rather than repeating 40-line cfg) - #92899 (Mention std::iter::zip in Iterator::zip docs) - #93193 (Add test for stable hash uniqueness of adjacent field values) - #93325 (Introduce a limit to Levenshtein distance computation) - #93339 (rustdoc: add test case for multiple traits and erased names) - #93357 (Clarify the `usage-of-qualified-ty` error message.) - #93363 (`#[rustc_pass_by_value]` cleanup) - #93365 (More arena cleanups) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_feature/src')
| -rw-r--r-- | compiler/rustc_feature/src/builtin_attrs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/builtin_attrs.rs b/compiler/rustc_feature/src/builtin_attrs.rs index 0e643ff5998..fc7f01f041d 100644 --- a/compiler/rustc_feature/src/builtin_attrs.rs +++ b/compiler/rustc_feature/src/builtin_attrs.rs @@ -625,7 +625,7 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[ ), rustc_attr!( rustc_pass_by_value, Normal, - template!(Word), WarnFollowing, + template!(Word), ErrorFollowing, "#[rustc_pass_by_value] is used to mark types that must be passed by value instead of reference." ), BuiltinAttribute { |
