You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trying to compile my move code and I am getting this ICE invalid struct definition lookup: (aptos_token_objects=0x4)::token
and I import the aptos_token_object at the top of my use aptos_token_objects::token::{Self, Token};
What error, if any, are you getting?
thread 'main' panicked at third_party/move/move-compiler/src/to_bytecode/context.rs:254:9:
ICE invalid struct definition lookup: (aptos_token_objects=0x4)::token
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
What have you tried or looked at? Or how can we reproduce the error?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Discord user ID
pels.
Describe your question in detail.
I trying to compile my move code and I am getting this
ICE invalid struct definition lookup: (aptos_token_objects=0x4)::token
and I import the aptos_token_object at the top of my
use aptos_token_objects::token::{Self, Token};
What error, if any, are you getting?
What have you tried or looked at? Or how can we reproduce the error?
No response
Which operating system are you using?
macOS
Which SDK or tool are you using? (if any)
Aptos CLI
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions