2025-05-18 18:35:13 +02:00
|
|
|
error[E0658]: use of an internal attribute
|
2025-02-07 15:58:00 +11:00
|
|
|
--> $DIR/feature-gate-pattern-complexity-limit.rs:3:1
|
2024-03-02 23:15:54 +01:00
|
|
|
|
|
2025-02-07 15:58:00 +11:00
|
|
|
LL | #![pattern_complexity_limit = "42"]
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2024-03-02 23:15:54 +01:00
|
|
|
|
|
|
|
|
|
= help: add `#![feature(rustc_attrs)]` to the crate attributes to enable
|
2025-05-18 18:35:13 +02:00
|
|
|
= note: the `#[pattern_complexity_limit]` attribute is an internal implementation detail that will never be stable
|
|
|
|
|
= note: the `#[pattern_complexity_limit]` attribute is used for rustc unit tests
|
2024-03-02 23:15:54 +01:00
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|