diff options
| author | Caio <c410.f3r@gmail.com> | 2023-05-24 21:15:50 -0300 |
|---|---|---|
| committer | Caio <c410.f3r@gmail.com> | 2023-05-24 21:15:50 -0300 |
| commit | 462a96c9e902e8ec7b2fddfbe9429f27eb0030d0 (patch) | |
| tree | 7c031b49287c60de43a4e53ae0e743797ae5ab69 /tests/ui/macros/rfc-2011-nicer-assert-messages/assert-without-captures-does-not-create-unnecessary-code.rs | |
| parent | c373194cb6d882dc455a588bcc29c92a96b50252 (diff) | |
| download | rust-462a96c9e902e8ec7b2fddfbe9429f27eb0030d0.tar.gz rust-462a96c9e902e8ec7b2fddfbe9429f27eb0030d0.zip | |
[RFC-2011] Expand more expressions
Diffstat (limited to 'tests/ui/macros/rfc-2011-nicer-assert-messages/assert-without-captures-does-not-create-unnecessary-code.rs')
| -rw-r--r-- | tests/ui/macros/rfc-2011-nicer-assert-messages/assert-without-captures-does-not-create-unnecessary-code.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/macros/rfc-2011-nicer-assert-messages/assert-without-captures-does-not-create-unnecessary-code.rs b/tests/ui/macros/rfc-2011-nicer-assert-messages/assert-without-captures-does-not-create-unnecessary-code.rs index 1f5a29ab524..0e3c14a5770 100644 --- a/tests/ui/macros/rfc-2011-nicer-assert-messages/assert-without-captures-does-not-create-unnecessary-code.rs +++ b/tests/ui/macros/rfc-2011-nicer-assert-messages/assert-without-captures-does-not-create-unnecessary-code.rs @@ -3,7 +3,7 @@ // run-pass // needs-unwind Asserting on contents of error message -#![feature(core_intrinsics, generic_assert, generic_assert_internals)] +#![feature(core_intrinsics, generic_assert)] extern crate common; |
