rust/library/alloc
Dylan DPC 52d9162645
Rollup merge of #76305 - CDirkx:const-tests, r=matklad
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
2020-09-07 01:17:59 +02:00
..
benches fix benchmark compile errors 2020-09-03 20:59:33 +02:00
src Rollup merge of #76303 - jyn514:vec-assert-doc, r=Dylan-DPC 2020-09-07 01:17:56 +02:00
tests Rollup merge of #76305 - CDirkx:const-tests, r=matklad 2020-09-07 01:17:59 +02:00
Cargo.toml