Rocket/core/codegen
Sergio Benitez 9f0e02fe27 Make references to core types absolute in codegen.
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.
2020-02-06 21:16:45 -08:00
..
src Make references to core types absolute in codegen. 2020-02-06 21:16:45 -08:00
tests Update 'compiletest' and fix and re-enable compile UI tests. 2020-01-15 17:09:57 -08:00
build.rs Migrate codegen to Rust 2018. 2019-06-25 13:45:27 -04:00
Cargo.toml Update 'compiletest' and fix and re-enable compile UI tests. 2020-01-15 17:09:57 -08:00