chore: checkpoint before Python removal

This commit is contained in:
2026-03-26 22:33:59 +00:00
parent 683cec9307
commit e568ddf82a
29972 changed files with 11269302 additions and 2 deletions

View File

@@ -0,0 +1,33 @@
error[E0277]: the trait bound `NotImplFm: FromMeta` is not satisfied
--> tests/compile-fail/not_impl_from_meta.rs:7:12
|
7 | inner: NotImplFm,
| ^^^^^^^^^ the trait `FromMeta` is not implemented for `NotImplFm`
|
= help: the following other types implement trait `FromMeta`:
bool
char
isize
i8
i16
i32
i64
i128
and $N others
error[E0277]: the trait bound `NotImplFm: FromMeta` is not satisfied
--> tests/compile-fail/not_impl_from_meta.rs:13:12
|
13 | inner: NotImplFm,
| ^^^^^^^^^ the trait `FromMeta` is not implemented for `NotImplFm`
|
= help: the following other types implement trait `FromMeta`:
bool
char
isize
i8
i16
i32
i64
i128
and $N others