Remove #[rustc_host]
, use internal desugaring
This commit is contained in:
parent
da1da3f1a0
commit
65212a07e7
16 changed files with 56 additions and 88 deletions
|
@ -719,12 +719,6 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
|
|||
and it is only intended to be used in `alloc`."
|
||||
),
|
||||
|
||||
rustc_attr!(
|
||||
rustc_host, AttributeType::Normal, template!(Word), ErrorFollowing,
|
||||
"#[rustc_host] annotates const generic parameters as the `host` effect param, \
|
||||
and it is only intended for internal use and as a desugaring."
|
||||
),
|
||||
|
||||
BuiltinAttribute {
|
||||
name: sym::rustc_diagnostic_item,
|
||||
// FIXME: This can be `true` once we always use `tcx.is_diagnostic_item`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue