Rocket/core/codegen/src
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
..
attribute Make references to core types absolute in codegen. 2020-02-06 21:16:45 -08:00
bang Remove use of the 'crate_visibility_modifier' feature. 2019-09-21 09:16:04 -07:00
derive Make references to core types absolute in codegen. 2020-02-06 21:16:45 -08:00
http_codegen.rs Make references to core types absolute in codegen. 2020-02-06 21:16:45 -08:00
lib.rs Make references to core types absolute in codegen. 2020-02-06 21:16:45 -08:00
proc_macro_ext.rs Remove use of the 'crate_visibility_modifier' feature. 2019-09-21 09:16:04 -07:00
syn_ext.rs Remove dependence on 'decl_macro' in codegen. 2019-07-19 11:38:35 -07:00