Commit c1506bf
committed
[adapters] Box backtrace inside ControllerError::StorageError.
This should clear up errors like this:
```
error: the `Err`-variant returned from this function is very large
--> crates/iceberg/src/input.rs:204:33
|
204 | fn snapshot_descr(&self) -> Result<SnapshotDescr, ControllerError> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 128 bytes
```
Signed-off-by: Ben Pfaff <blp@feldera.com>1 parent b8f7ee9 commit c1506bf
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
701 | | - | |
| 701 | + | |
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
| |||
1401 | 1401 | | |
1402 | 1402 | | |
1403 | 1403 | | |
1404 | | - | |
| 1404 | + | |
1405 | 1405 | | |
1406 | 1406 | | |
1407 | 1407 | | |
| |||
0 commit comments