Rocket/core
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
..
codegen Make references to core types absolute in codegen. 2020-02-27 16:00:57 -08:00
http Set cookies even on error responses. 2020-02-09 01:53:05 -08:00
lib Fix guide examples for 0.4. 2020-02-27 15:35:56 -08:00