mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +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