|
1 | | -error: expected one of: `crate`, `dict`, `eq`, `eq_int`, `extends`, `freelist`, `frozen`, `get_all`, `hash`, `immutable_type`, `mapping`, `module`, `name`, `ord`, `rename_all`, `sequence`, `set_all`, `auto_new`, `str`, `subclass`, `unsendable`, `weakref`, `generic`, `from_py_object`, `skip_from_py_object` |
| 1 | +error: expected one of: `crate`, `dict`, `eq`, `eq_int`, `extends`, `freelist`, `frozen`, `get_all`, `hash`, `immutable_type`, `mapping`, `module`, `name`, `ord`, `rename_all`, `sequence`, `set_all`, `new`, `str`, `subclass`, `unsendable`, `weakref`, `generic`, `from_py_object`, `skip_from_py_object` |
2 | 2 | --> tests/ui/invalid_pyclass_args.rs:4:11 |
3 | 3 | | |
4 | 4 | 4 | #[pyclass(extend=pyo3::types::PyDict)] |
@@ -46,7 +46,7 @@ error: expected string literal |
46 | 46 | 25 | #[pyclass(module = my_module)] |
47 | 47 | | ^^^^^^^^^ |
48 | 48 |
|
49 | | -error: expected one of: `crate`, `dict`, `eq`, `eq_int`, `extends`, `freelist`, `frozen`, `get_all`, `hash`, `immutable_type`, `mapping`, `module`, `name`, `ord`, `rename_all`, `sequence`, `set_all`, `auto_new`, `str`, `subclass`, `unsendable`, `weakref`, `generic`, `from_py_object`, `skip_from_py_object` |
| 49 | +error: expected one of: `crate`, `dict`, `eq`, `eq_int`, `extends`, `freelist`, `frozen`, `get_all`, `hash`, `immutable_type`, `mapping`, `module`, `name`, `ord`, `rename_all`, `sequence`, `set_all`, `new`, `str`, `subclass`, `unsendable`, `weakref`, `generic`, `from_py_object`, `skip_from_py_object` |
50 | 50 | --> tests/ui/invalid_pyclass_args.rs:28:11 |
51 | 51 | | |
52 | 52 | 28 | #[pyclass(weakrev)] |
|
0 commit comments