Skip to content

Commit b70cc64

Browse files
committed
Auto merge of #92291 - AngelicosPhosphoros:typeid_inline_revert_92135, r=joshtriplett
Reverts #92135 because perf regression Please, start a perf test for this. r? `@joshtriplett` You approved original PR.
2 parents 8e05bb5 + 72b0c8f commit b70cc64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: library/core/src/any.rs

-1
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,6 @@ impl TypeId {
616616
/// assert_eq!(is_string(&0), false);
617617
/// assert_eq!(is_string(&"cookie monster".to_string()), true);
618618
/// ```
619-
#[inline]
620619
#[must_use]
621620
#[stable(feature = "rust1", since = "1.0.0")]
622621
#[rustc_const_unstable(feature = "const_type_id", issue = "77125")]

0 commit comments

Comments
 (0)