Rocket/core/codegen/tests/ui-fail
Sergio Benitez 12308b403f Add '#[rocket::launch]' attribute.
The attribute is applied everywhere it can be across the codebase and is
the newly preferred method for launching an application. This commit
also makes '#[rocket::main]` stricter by warning when it is applied to
functions other than 'main'.
2020-07-11 09:24:29 -07:00
..
async-entry.rs Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
async-entry.stderr Add '#[rocket::launch]' attribute. 2020-07-11 09:24:29 -07:00
catch.rs Update compiler tests for 2018-12-28 nightly. 2018-12-29 09:31:14 -08:00
catch.stderr Rename 'codegen_next' to 'codegen'. 2018-10-22 00:01:41 -07:00
catch_type_errors.rs Update error positions after changes for async #[catch] support. 2020-07-11 09:24:29 -07:00
catch_type_errors.stderr Allow catchers to be async fn. 2020-07-11 09:24:29 -07:00
catchers.rs Remove stabilized 'async_await' feature gate and update the minimum nightly version. 2020-07-11 09:24:28 -07:00
catchers.stderr Update UI tests for latest nightly. 2020-02-15 03:51:56 -08:00
from_form.rs Update compiler tests for 2018-12-28 nightly. 2018-12-29 09:31:14 -08:00
from_form.stderr Update UI tests for latest nightly. 2020-02-15 03:51:56 -08:00
from_form_type_errors.rs Rename 'codegen_next' to 'codegen'. 2018-10-22 00:01:41 -07:00
from_form_type_errors.stderr Rename 'codegen_next' to 'codegen'. 2018-10-22 00:01:41 -07:00
from_form_value.rs Update compiler tests for 2018-12-28 nightly. 2018-12-29 09:31:14 -08:00
from_form_value.stderr Update UI tests for latest nightly. 2020-04-21 18:12:08 -07:00
responder-types.rs Update 'compiletest' and fix and re-enable compile UI tests. 2020-01-15 17:09:57 -08:00
responder-types.stderr Fix ordering of messages in a UI test. 2020-07-11 09:24:28 -07:00
responder.stderr Rename 'codegen_next' to 'codegen'. 2018-10-22 00:01:41 -07:00
route-attribute-general-syntax.rs Remove stabilized 'async_await' feature gate and update the minimum nightly version. 2020-07-11 09:24:28 -07:00
route-attribute-general-syntax.stderr Update UI tests for latest nightly. 2020-02-15 03:51:56 -08:00
route-path-bad-syntax.rs Remove stabilized 'async_await' feature gate and update the minimum nightly version. 2020-07-11 09:24:28 -07:00
route-path-bad-syntax.stderr Type encoding to fix encoding issues once and for all. 2018-12-12 17:38:36 -08:00
route-type-errors.rs Remove stabilized 'async_await' feature gate and update the minimum nightly version. 2020-07-11 09:24:28 -07:00
route-type-errors.stderr Fix UI tests for FromRequestAsync. 2020-07-11 09:24:29 -07:00
route-warnings.rs Remove stabilized 'async_await' feature gate and update the minimum nightly version. 2020-07-11 09:24:28 -07:00
route-warnings.stderr Update UI tests for latest nightly. 2020-04-21 18:12:08 -07:00
routes.rs Remove stabilized 'async_await' feature gate and update the minimum nightly version. 2020-07-11 09:24:28 -07:00
routes.stderr Update UI tests for latest nightly. 2020-02-15 03:51:56 -08:00
typed-uri-bad-type.rs Remove stabilized 'async_await' feature gate and update the minimum nightly version. 2020-07-11 09:24:28 -07:00
typed-uri-bad-type.stderr Update 'time' to 0.2 in 'contrib'. 2020-03-25 14:39:55 -07:00
typed-uris-bad-params.rs Remove stabilized 'async_await' feature gate and update the minimum nightly version. 2020-07-11 09:24:28 -07:00
typed-uris-bad-params.stderr Remove dependence on 'decl_macro' in codegen. 2019-07-19 11:38:35 -07:00
typed-uris-invalid-syntax.rs Remove stabilized 'async_await' feature gate and update the minimum nightly version. 2020-07-11 09:24:28 -07:00
typed-uris-invalid-syntax.stderr Update UI tests for latest nightly. 2020-02-15 03:51:56 -08:00
update-references.sh Rename 'codegen_next' to 'codegen'. 2018-10-22 00:01:41 -07:00
uri_display.rs Update UI tests for latest nightly. 2020-04-21 18:12:08 -07:00
uri_display.stderr Update UI tests for latest nightly. 2020-04-21 18:12:08 -07:00
uri_display_type_errors.rs Parameterize 'UriDisplay' with 'Path' or 'Query'. 2018-11-27 10:01:47 -06:00
uri_display_type_errors.stderr Parameterize 'UriDisplay' with 'Path' or 'Query'. 2018-11-27 10:01:47 -06:00