18 lines
398 B
Plaintext
18 lines
398 B
Plaintext
error: name not allowed with this method type
|
|
--> $DIR/invalid_pymethod_names.rs:10:5
|
|
|
|
|
10 | #[name = "num"]
|
|
| ^
|
|
|
|
error: #[name] can not be specified multiple times
|
|
--> $DIR/invalid_pymethod_names.rs:17:5
|
|
|
|
|
17 | #[name = "foo"]
|
|
| ^
|
|
|
|
error: name not allowed with this method type
|
|
--> $DIR/invalid_pymethod_names.rs:24:5
|
|
|
|
|
24 | #[name = "makenew"]
|
|
| ^
|