Yahoo Web Search

Search results

  1. 22 hours ago · I thought that we could mimic this behavior if we would change the type of `pointer` to `ManuallyDrop<Box<T>>`. But that only works if the pointer is always valid, since otherwise we can't call `Box::from_raw`. So currently I don't see a workaround that would give us the noalias attribute back.