Closed
Description
Location
rust/library/core/src/intrinsics.rs
Lines 2521 to 2570 in ee9c7c9
Summary
Per #121064 (comment) comment by @Nilstrieb, is_val_statically_known
only supports primitive types - which is not listed anywhere in the documentation.
When trying to use inside the core library on core::fmt::Arguments
, compiler crashes #121066.
CC: @NCGThompson
Metadata
Metadata
Assignees
Labels
Area: Makes things more difficult for new or seasoned contributors to RustArea: Documentation for any part of the project, including the compiler, standard library, and toolsIssue in the "core intrinsics" for internal usage only.Relevant to the compiler team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.