Try   HackMD

Project Error Handling: Action Items

tags: Error Handling

Open Action Items

Unassigned (Ordered by Priority)

Sean Chen

  • Add std::error::Report type to std nightly

Jane Lusby

  • Update API guidelines to add a section on implementing Display vs source
  • Discuss termination stabilization concerns with libs team issue:
    • internal representation decision
    • relation to specialization soundness
      • solvable with extension to specialization

Nick Cameron

  • Open "type-driven generic data access" RFC on rust-lang/rfcs repo
  • Land type-driven generic data access implementation on nightly

Santiago Pastorino

  • implement coherence checking for negative trait impls