Rocket/codegen
Sergio Benitez 4df7ce6bf5 Propogate route names through codegen to runtime.
This commit modifies `codegen` so that a route's name (the name of the
route handler) is stored in the generated static route information
structure and later propogated into the corresponding `Route`
structure.

The primary advantage of this change is an improvement to debug and
error messages which now include route names. The collision error
message, in particular, has been improved dramatically in this commit.
Additionally, the `LaunchError::Collision` variant now contains a
vector of the colliding routes.
2017-08-20 10:55:23 -07:00
..
src Propogate route names through codegen to runtime. 2017-08-20 10:55:23 -07:00
tests Remove lints and associated code from 'rocket_codegen'. 2017-08-15 11:39:22 -07:00
Cargo.toml Move to 0.4.0-dev on master. 2017-08-11 09:32:27 -07:00
build.rs Update lints for latest nightly, '2017-08-10'. 2017-08-11 09:14:54 -07:00