Rocket/core/codegen
Sergio Benitez 3a8e23f7f2 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-27 16:00:57 -08:00
..
src Make references to core types absolute in codegen. 2020-02-27 16:00:57 -08:00
tests Update UI tests for latest nightly. 2020-02-27 15:48:50 -08:00
build.rs Update 'version_check' to 0.9. 2019-06-28 12:17:28 -07:00
Cargo.toml Test all guide code examples. 2020-02-27 14:43:06 -08:00