summary refs log tree commit diff
path: root/src/test/run-pass/ctfe/tuple-struct-constructors.rs
AgeCommit message (Collapse)AuthorLines
2018-05-16Stabilize num::NonZeroU*Simon Sapin-1/+0
Tracking issue: https://github.com/rust-lang/rust/issues/49137
2018-05-16Make core::nonzero privateSimon Sapin-4/+3
It is now an implementation detail of ptr::NonNull and num::NonZero*
2018-03-08Add tests for fixed issuesOliver Schneider-0/+20