mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
447e753323
Co-authored-by: command-bot <>
18 lines
504 B
Plaintext
18 lines
504 B
Plaintext
error[E0425]: cannot find function `bar` in module `test`
|
|
--> tests/ui/no_feature_gated_method.rs:33:8
|
|
|
|
|
33 | test::bar();
|
|
| ^^^ not found in `test`
|
|
|
|
|
note: found an item that was configured out
|
|
--> tests/ui/no_feature_gated_method.rs:25:5
|
|
|
|
|
25 | fn bar() {}
|
|
| ^^^
|
|
= note: the item is gated behind the `bar-feature` feature
|
|
note: found an item that was configured out
|
|
--> tests/ui/no_feature_gated_method.rs:25:5
|
|
|
|
|
25 | fn bar() {}
|
|
| ^^^
|