Files
rust/library
Noah Lev cd3ba4a885 Fix incorrect use of compile_fail
`compile_fail` should only be used when the code is meant to show
what *not* to do. In other words, there should be a fundamental flaw
in the code. However, in this case, the example is just incomplete,
so we should use `ignore` to avoid confusing readers.
2024-02-13 14:03:59 -05:00
..
2023-11-21 16:33:42 +01:00
2024-02-13 14:03:59 -05:00
2024-01-30 03:33:12 +00:00
2024-01-30 18:19:49 -08:00
2024-01-11 15:26:16 +00:00