Files
rust/library/std
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
..
2020-07-27 19:51:13 -05:00
2024-02-13 14:03:59 -05:00
2024-02-01 23:58:42 -03:00