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
The poor interaction between method bodies and handling of relative paths in use statements in Rust makes this extremely challenging or (I currently believe) impossible to support. Doesn't hurt to have an issue though:
use ghost::phantom;fnmain(){#[phantom]structMyPhantom<T>;}
The poor interaction between method bodies and handling of relative paths in
use
statements in Rust makes this extremely challenging or (I currently believe) impossible to support. Doesn't hurt to have an issue though:The text was updated successfully, but these errors were encountered: