rust/library
Trevor Gross b225aab5ef Stabilize type_name_of_val
Make the following API stable:

    // in core::any
    pub fn type_name_of_val<T: ?Sized>(_val: &T) -> &'static str

Const stability is not added because this relies on `type_name` which is also
not const. That has a blocking issue.

Fixes #66359
2023-12-05 14:49:09 -05:00
..
2023-11-21 16:33:42 +01:00
2023-12-05 14:49:09 -05:00
2023-09-22 17:23:33 +05:30
2023-11-15 19:41:28 -05:00
2023-10-12 11:11:29 +02:00
2023-11-15 19:41:28 -05:00