Rocket/core/codegen
Sergio Benitez 8696dd94af 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-07-11 09:24:29 -07:00
..
src Make references to core types absolute in codegen. 2020-07-11 09:24:29 -07:00
tests Use 'async_trait' for 'Responder'. 2020-07-11 09:24:29 -07:00
Cargo.toml Use 'AsyncSeek' for sized bodies in 'Response's. 2020-07-11 09:24:29 -07:00
build.rs Update minimum nightly to '2019-12-29'. 2020-07-11 09:24:29 -07:00