pyo3/tests/ui/invalid_pymethod_names.stderr

18 lines
398 B
Plaintext
Raw Normal View History

error: name not allowed with this method type
--> $DIR/invalid_pymethod_names.rs:10:5
|
10 | #[name = "num"]
2020-06-17 08:41:51 +00:00
| ^
error: #[name] can not be specified multiple times
2020-11-12 11:09:24 +00:00
--> $DIR/invalid_pymethod_names.rs:18:5
|
2020-11-12 11:09:24 +00:00
18 | #[name = "bar"]
2020-06-17 08:41:51 +00:00
| ^
error: name not allowed with this method type
--> $DIR/invalid_pymethod_names.rs:24:5
|
24 | #[name = "makenew"]
2020-06-17 08:41:51 +00:00
| ^