mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
52d9162645
Move various ui const tests to `library` Move: - `src\test\ui\consts\const-nonzero.rs` to `library\core` - `src\test\ui\consts\ascii.rs` to `library\core` - `src\test\ui\consts\cow-is-borrowed` to `library\alloc` Part of #76268 r? @matklad