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.

What this means

unsized type used where Sized required

Metadata

  • Code: E3027
  • Default level: Error
  • Phase: Type Check
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E3027
  • Tags: types, sized

How to fix

  • box DST
  • ?Sized relax
  • use references

Typical output

E3027: Sized bound failure
note: unsized type used where Sized required