pyo3 0.12.3

Bindings to Python interpreter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"]
   |     ^