Files
rust/src/libcore/ops
Aaron Hill a13d4678fe Implement associated lang items
Fixes #70718

This commit allows making associated items (e.g. associated functions
and types) into lang items via the `#[lang]` attribute. This allows such
items to be accessed directly, rather than by iterating over the parent
item's associated items.

I've added `FnOnce::Output` as a lang item, and updated one old usage to
use the new lang item. The remaining uses can be updated separately.
2020-06-24 19:08:11 -04:00
..
2019-11-26 23:02:11 -08:00
2020-05-31 15:58:06 -04:00
2020-05-07 09:10:31 +02:00
2020-06-24 19:08:11 -04:00
2020-03-15 19:43:25 +01:00
2020-04-25 09:25:33 -04:00
2020-06-03 15:27:51 -04:00