rust/example
Camelid 57739b54cb Rename optin_builtin_traits to auto_traits
They were originally called "opt-in, built-in traits" (OIBITs), but
people realized that the name was too confusing and a mouthful, and so
they were renamed to just "auto traits". The feature flag's name wasn't
updated, though, so that's what this PR does.

There are some other spots in the compiler that still refer to OIBITs,
but I don't think changing those now is worth it since they are internal
and not particularly relevant to this PR.

Also see <https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/opt-in.2C.20built-in.20traits.20(auto.20traits).20feature.20name>.
2020-11-23 14:14:06 -08: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
example.rs Make everything in example.rs public 2020-07-11 11:02:23 +02:00
mini_core_hello_world.rs Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2020-11-01 2020-11-03 11:00:04 +01:00
mini_core.rs Rename optin_builtin_traits to auto_traits 2020-11-23 14:14:06 -08:00
mod_bench.rs Don't benchmark mod_bench anymore 2020-09-18 14:45:52 +02:00
std_example.rs Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2020-11-01 2020-11-03 11:00:04 +01: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