rust/example
Ben Striegel 4206f9fc16
Prefer numeric associated constants in example
Per their documentation, the `max_value()` and `min_value()` associated functions have been superseded by the `MAX` and `MIN` associated constants since Rust 1.43 and are considered "soft deprecated", with all uses currently being replaced in the rustc repo.
2020-10-27 16:20:58 -04:00
..
alloc_example.rs Fix warnings in alloc_example.rs 2020-06-16 10:42:44 +02:00
arbitrary_self_types_pointers_and_wrappers.rs Call panic lang item on failed TerminatorKind::Assert 2020-04-25 19:07:53 +02:00
dst-field-align.rs Correctly align offset for dst field projections 2019-09-02 20:09:37 +02:00
example.rs Make everything in example.rs public 2020-07-11 11:02:23 +02:00
mini_core_hello_world.rs Misc changes 2020-09-22 13:06:14 +02:00
mini_core.rs Use don't unroll loop in Rvalue::Repeat 2020-09-14 11:32:27 +02:00
mod_bench.rs Don't benchmark mod_bench anymore 2020-09-18 14:45:52 +02:00
std_example.rs Prefer numeric associated constants in example 2020-10-27 16:20:58 -04:00
subslice-patterns-const-eval.rs Rustup to rustc 1.43.0-nightly (4ad624882 2020-03-03) 2020-03-04 15:04:28 +01:00
track-caller-attribute.rs Rustup to rustc 1.46.0-nightly (f781babf8 2020-07-01) 2020-07-02 19:48:03 +02:00