]> git.lizzy.rs Git - rust.git/commit - src/tools/rustfmt
Rollup merge of #76305 - CDirkx:const-tests, r=matklad
authorDylan DPC <dylan.dpc@gmail.com>
Sun, 6 Sep 2020 23:17:59 +0000 (01:17 +0200)
committerGitHub <noreply@github.com>
Sun, 6 Sep 2020 23:17:59 +0000 (01:17 +0200)
commit52d9162645b031e2cb9ed7ec239992017be99356
treeae9dd17b53e178f00c31af50addfb1f3c585ae2f
parent5b8f76d564ac7bacb604d364ada044f289992ddf
parent538e198193451e680cc95b66c82baac3ac687c8c
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