mirror of https://github.com/rwf2/Rocket.git
9f0e02fe27
Prior to this commit, codegen emitted tokens containing bare types like 'Result' and 'Box' as well as presumed imported variants such as 'None' and 'Ok'. However, users are free to shadow these, and if they do, the generated code will fail to compile, or worse, be incorrect. To avoid this, this commit makes all references to these core types and imports absolute. |
||
---|---|---|
.. | ||
codegen | ||
http | ||
lib |