about summary refs log tree commit diff
path: root/src/test/ui/missing/missing-alloc_error_handler.stderr
blob: ed84493deb5633669a92850af7b1fa5368639fb4 (plain)
1
2
3
4
5
6
error: `#[alloc_error_handler]` function required, but not found

note: Use `#![feature(default_alloc_error_handler)]` for a default error handler

error: aborting due to previous error