google / alioth

Experimental KVM-based type-2 hypervisor in Rust implemented from scratch.
Apache License 2.0
160 stars 10 forks source link

fix(aco)!: report an error if an id is not found #108

Closed Lencerf closed 3 months ago

Lencerf commented 3 months ago

If an id is not found, it is more likely to be a typo than a value which is serialized to id_xxxx. If the later case really happens, the value can still be represented by the id_ syntax.