rust/src/librustdoc/clean
Matthias Krüger ec4fc726b0
Rollup merge of #93845 - compiler-errors:in-band-lifetimes, r=cjgillot
Remove in band lifetimes

As discussed in t-lang backlog bonanza, the `in_band_lifetimes` FCP closed in favor for the feature not being stabilized. This PR removes `#![feature(in_band_lifetimes)]` in its entirety.

Let me know if this PR is too hasty, and if we should instead do something intermediate for deprecate the feature first.

r? `@scottmcm` (or feel free to reassign, just saw your last comment on #44524)
Closes #44524
2022-02-25 14:14:35 +01:00
..
cfg Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
utils Valid underscores in hex/octal/binary literal docs 2021-05-03 20:11:09 -04:00
auto_trait.rs Overhaul RegionKind and Region. 2022-02-15 16:08:52 +11:00
blanket_impl.rs Remove FIXME and fix inconsistency of local blanket impls by using HIR for them 2022-01-21 13:01:58 -05:00
cfg.rs More clean up 2022-01-20 22:13:32 +01:00
inline.rs Ensure that queries only return Copy types. 2022-02-09 20:07:38 +01:00
mod.rs Remove LifetimeDefOrigin 2022-02-24 18:50:33 -08:00
render_macro_matchers.rs rustc_errors: take self by value in DiagnosticBuilder::cancel. 2022-02-23 06:08:06 +00:00
simplify.rs Adopt let_else in even more places 2022-02-16 22:43:39 +01:00
types.rs Stop interning stability. 2022-02-19 15:39:42 +01:00
utils.rs Auto merge of #94225 - matthiaskrgr:rollup-0728x8n, r=matthiaskrgr 2022-02-21 22:53:45 +00:00