2019-12-18 14:26:25 +00:00
|
|
|
error: name not allowed with this attribute
|
2019-12-17 22:14:28 +00:00
|
|
|
--> $DIR/invalid_pymethod_names.rs:10:5
|
2019-12-17 17:36:56 +00:00
|
|
|
|
|
|
|
|
10 | #[name = "num"]
|
2020-06-17 08:41:51 +00:00
|
|
|
| ^
|
2019-12-17 17:36:56 +00:00
|
|
|
|
2019-12-17 22:14:28 +00:00
|
|
|
error: #[name] can not be specified multiple times
|
2019-12-18 14:26:25 +00:00
|
|
|
--> $DIR/invalid_pymethod_names.rs:17:5
|
2019-12-17 17:36:56 +00:00
|
|
|
|
|
2019-12-18 14:26:25 +00:00
|
|
|
17 | #[name = "foo"]
|
2020-06-17 08:41:51 +00:00
|
|
|
| ^
|
2019-12-17 17:36:56 +00:00
|
|
|
|
2019-12-18 14:26:25 +00:00
|
|
|
error: name not allowed with this attribute
|
2019-12-17 22:14:28 +00:00
|
|
|
--> $DIR/invalid_pymethod_names.rs:24:5
|
2019-12-17 17:36:56 +00:00
|
|
|
|
|
|
|
|
24 | #[name = "makenew"]
|
2020-06-17 08:41:51 +00:00
|
|
|
| ^
|