rust/src/test/rustdoc/synthetic_auto
Camelid 810324d1f3 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
..
basic.rs rustdoc: generate implementors for all auto traits 2019-06-20 17:36:43 +03:00
complex.rs rustdoc: remove def_ctor hack. 2019-04-30 12:55:38 +03:00
crate-local.rs Rename `optin_builtin_traits` to `auto_traits` 2020-11-23 14:14:06 -08:00
issue-72213-projection-lifetime.rs Handle projection predicates in the param env for auto-trait docs 2020-08-05 20:22:55 -04:00
lifetimes.rs Simplify foreign type rendering. 2018-12-27 21:22:27 -08:00
manual.rs Update tests 2020-05-05 22:56:23 +02:00
negative.rs Simplify foreign type rendering. 2018-12-27 21:22:27 -08:00
nested.rs Simplify foreign type rendering. 2018-12-27 21:22:27 -08:00
no-redundancy.rs Simplify foreign type rendering. 2018-12-27 21:22:27 -08:00
overflow.rs Add test for overflow when finding auto-trait impls in Rustdoc 2020-06-18 17:54:14 +01:00
project.rs Simplify foreign type rendering. 2018-12-27 21:22:27 -08:00
self-referential.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
static-region.rs Simplify foreign type rendering. 2018-12-27 21:22:27 -08:00