mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
@@ -1,4 +1,7 @@
|
||||
//@aux-build:proc_macro_attr.rs:proc-macro
|
||||
// Flaky test, see https://github.com/rust-lang/rust/issues/113585.
|
||||
//@ignore-32bit
|
||||
//@ignore-64bit
|
||||
#![warn(clippy::empty_line_after_doc_comments)]
|
||||
#![allow(clippy::assertions_on_constants)]
|
||||
#![feature(custom_inner_attributes)]
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
//@aux-build:proc_macro_attr.rs:proc-macro
|
||||
// Flaky test, see https://github.com/rust-lang/rust/issues/113585.
|
||||
//@ignore-32bit
|
||||
//@ignore-64bit
|
||||
#![warn(clippy::empty_line_after_outer_attr)]
|
||||
#![allow(clippy::assertions_on_constants)]
|
||||
#![feature(custom_inner_attributes)]
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
//@aux-build:proc_macro_attr.rs:proc-macro
|
||||
// Flaky test, see https://github.com/rust-lang/rust/issues/113585.
|
||||
//@ignore-32bit
|
||||
//@ignore-64bit
|
||||
|
||||
#![warn(clippy::needless_arbitrary_self_type)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user