mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 03:03:40 +00:00
ee85704c04
functions marked with #[default_method_body_is_const] would ICE when being const checked due to it not being a const function: `tcx.is_const_fn_raw(did)` returns false. We should skip this assert when it is marked with that attribute. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |