79254915

Date: 2024-12-05 13:47:51
Score: 1
Natty:
Report link

As answered on the Rust-Lang Forum:

kuchikiki::NodeRef can't be shared between threads because it is !Send as it stores an Rc (not threadsafe reference counted pointer type) internally. To fix this problem, avoid keeping a NodeRef across .await points.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: dr_nyt