Skip to content

Commit bf3bf7f

Browse files
author
The Miri Conjob Bot
committed
Merge from rustc
2 parents da49c64 + 32e5e49 commit bf3bf7f

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

crates/hir-def/src/attr/builtin.rs

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -262,24 +262,6 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[
262262
naked_functions, experimental!(naked)
263263
),
264264

265-
// Plugins:
266-
// BuiltinAttribute {
267-
// name: sym::plugin,
268-
// only_local: false,
269-
// type_: CrateLevel,
270-
// template: template!(List: "name"),
271-
// duplicates: DuplicatesOk,
272-
// gate: Gated(
273-
// Stability::Deprecated(
274-
// "https://github.com/rust-lang/rust/pull/64675",
275-
// Some("may be removed in a future compiler version"),
276-
// ),
277-
// sym::plugin,
278-
// "compiler plugins are deprecated",
279-
// cfg_fn!(plugin)
280-
// ),
281-
// },
282-
283265
// Testing:
284266
gated!(
285267
test_runner, CrateLevel, template!(List: "path"), ErrorFollowing, custom_test_frameworks,

0 commit comments

Comments
 (0)