rust/src/libcore/tests
Mazdak Farrokhzad 45b10f6f98
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
Remove the call that makes miri fail

Fixes the concern raised in https://github.com/rust-lang/rust/pull/69645/files#r392884274

cc @RalfJung
2020-03-21 05:33:18 +01:00
..
fmt implement LowerExp and UpperExp for integers 2020-02-14 18:42:51 -08:00
hash Remove assert that had been replaced by assert_ne 2020-03-01 08:04:18 -08:00
num Drop unused argument to float functions 2020-02-17 09:18:33 -05:00
alloc.rs Add Layout::dangling() to return a well-aligned NonNull<u8> 2020-03-07 02:40:54 +01:00
any.rs Format libcore with rustfmt (including tests and benches) 2019-12-06 20:20:51 -08:00
array.rs Format libcore with rustfmt (including tests and benches) 2019-12-06 20:20:51 -08:00
ascii.rs Format libcore with rustfmt (including tests and benches) 2019-12-06 20:20:51 -08:00
atomic.rs Format libcore with rustfmt (including tests and benches) 2019-12-06 20:20:51 -08:00
bool.rs Rename to then_some and then 2019-12-06 12:24:54 +00:00
cell.rs Format libcore with rustfmt (including tests and benches) 2019-12-06 20:20:51 -08:00
char.rs Format libcore with rustfmt (including tests and benches) 2019-12-06 20:20:51 -08:00
clone.rs Remove licenses 2018-12-25 21:08:33 -07:00
cmp.rs Format the world 2019-12-22 17:42:47 -05:00
intrinsics.rs Format libcore with rustfmt (including tests and benches) 2019-12-06 20:20:51 -08:00
iter.rs Add tests 2020-03-17 00:03:43 +01:00
lib.rs Rollup merge of #69645 - DutchGhost:const-forget-tests, r=Dylan-DPC 2020-03-11 10:36:24 +01:00
manually_drop.rs Format libcore with rustfmt (including tests and benches) 2019-12-06 20:20:51 -08:00
mem.rs Move the const-forget test into ui tests 2020-03-18 21:08:52 +01:00
nonzero.rs Format libcore with rustfmt (including tests and benches) 2019-12-06 20:20:51 -08:00
ops.rs Format libcore with rustfmt (including tests and benches) 2019-12-06 20:20:51 -08:00
option.rs Format libcore with rustfmt (including tests and benches) 2019-12-06 20:20:51 -08:00
pattern.rs x.py fmt after previous deignore 2019-12-24 17:38:22 -05:00
ptr.rs Format the world 2019-12-22 17:42:47 -05:00
result.rs Update test after renaming Result::as_deref 2020-01-11 03:26:09 +00:00
slice.rs fix aliasing violation in align_to_mut 2020-02-29 14:53:20 +01:00
str.rs Remove licenses 2018-12-25 21:08:33 -07:00
str_lossy.rs Format libcore with rustfmt (including tests and benches) 2019-12-06 20:20:51 -08:00
time.rs Test Duration::new panics on overflow 2020-02-21 08:04:16 -08:00
tuple.rs Format libcore with rustfmt (including tests and benches) 2019-12-06 20:20:51 -08:00