Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.brim-lang.com/llms.txt

Use this file to discover all available pages before exploring further.

General diagnostics

  • Total in this phase: 16
  • Errors: 0 | Warnings: 10 | Bugs: 6
  • Prefix: /diagnostics/<code>
  • Common tags: attributes, borrow, build, dead, deprecation, docs, edition, ice

Common fixes in this phase

  • allow
  • delete
  • add doc comments
  • adjust lint level
  • annotate lifetimes

Codes

  • E7000 - internal compiler error (Bug)
  • E7001 - compiler unreachable witness (Bug)
  • E7002 - optimizer broke SSA invariants (Bug)
  • E7003 - metadata corruption (Bug)
  • E7004 - ICE during macro expansion (Bug)
  • E7005 - ICE during borrow graph solve (Bug)
  • W1000 - unused variable (Warning)
  • W1001 - unused import (Warning)
  • W1002 - dead code (Warning)
  • W1004 - deprecated symbol (Warning)
  • W1005 - unsafe omitted documentation (Warning)
  • W1006 - missing docs on public API (Warning)
  • W1007 - future incompatibility lint (Warning)
  • W1009 - unused mut (Warning)
  • W1012 - unused attribute (Warning)
  • W1013 - macro hygiene leak suspicion (Warning)
Back to Diagnostics index. Canonical phase route: /diagnostics/phases/general