We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
entity_impl
1 parent 6456114 commit ef48aecCopy full SHA for ef48aec
cranelift/entity/src/lib.rs
@@ -190,7 +190,7 @@ macro_rules! entity_impl {
190
// Include basic `Display` impl using the given display prefix.
191
// Display a `Block` reference as "block12".
192
($entity:ident, $display_prefix:expr) => {
193
- entity_impl!($entity);
+ $crate::entity_impl!($entity);
194
195
impl $crate::__core::fmt::Display for $entity {
196
fn fmt(&self, f: &mut $crate::__core::fmt::Formatter) -> $crate::__core::fmt::Result {
0 commit comments