about summary refs log tree commit diff
path: root/src/test/ui/consts/const-nonzero.rs
AgeCommit message (Collapse)AuthorLines
2020-09-04Move various ui const tests to `library`Christiaan Dirkx-16/+0
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
2020-06-29stabilize const_nonzero_int_methodsTrevor Spiteri-2/+0
2020-02-08Test `NonZeroU8::new` in a const contextDylan MacKenzie-1/+10
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2018-12-28Update src/test/ui/consts/const-nonzero.rsOliver Scherer-1/+1
Co-Authored-By: Dylan-DPC <dylan.dpc@gmail.com>
2018-12-28Make the getter for NonZero types into a const fndylan_DPC-0/+9