Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
14e59bb317c3c901bce83deb16ee9bfa5cc90e28
rust/tests/ui-fulldeps/plugin/feature-gate-plugin.rs

9 lines
209 B
Rust
Raw Normal View History

rustc_plugin: Remove support for plugin arguments
2019-11-30 01:20:06 +03:00
// aux-build:empty-plugin.rs
// ignore-stage1
Add feature gate tests As part of the audit for #22820 the following feature gate tests have been added: * `negate_unsigned` * `on_unimplemented` * `optin_builtin_traits` * `plugin` * `rustc_attrs` * `slice_patterns`
2015-04-16 22:48:31 +10:00
rustc_plugin: Remove support for plugin arguments
2019-11-30 01:20:06 +03:00
#![plugin(empty_plugin)]
plugin_registrary: use normal deprecation instead of hard coded warning.
2019-10-03 06:46:17 +02:00
//~^ ERROR compiler plugins are deprecated
Deprecate `#![plugin]` and `#[plugin_registrar]`.
2019-09-22 01:32:51 +02:00
//~| WARN use of deprecated attribute `plugin`: compiler plugins are deprecated
Add feature gate tests As part of the audit for #22820 the following feature gate tests have been added: * `negate_unsigned` * `on_unimplemented` * `optin_builtin_traits` * `plugin` * `rustc_attrs` * `slice_patterns`
2015-04-16 22:48:31 +10:00
fn main() {}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 2889ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API