diff options
| author | Martin Habovstiak <martin.habovstiak@gmail.com> | 2025-02-20 17:04:36 +0100 |
|---|---|---|
| committer | Martin Habovstiak <martin.habovstiak@gmail.com> | 2025-03-08 17:03:52 +0100 |
| commit | 50ea503d9db368d3e1fff98ea8bad3a53b5b502d (patch) | |
| tree | 757873bdedd96d21a51c743bb90a838ea8ad2a66 /tests | |
| parent | 79b43dfde9dd1e3bed3c6ef7e9cfc708422f671f (diff) | |
Stabilize `const_vec_string_slice`
This feature was approved for stabilization in https://github.com/rust-lang/rust/issues/129041#issuecomment-2508940661 so this change stabilizes it.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui/consts/issue-94675.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/consts/issue-94675.rs b/tests/ui/consts/issue-94675.rs index e1c6861c510..87c8b04452b 100644 --- a/tests/ui/consts/issue-94675.rs +++ b/tests/ui/consts/issue-94675.rs @@ -1,4 +1,4 @@ -#![feature(const_trait_impl, const_vec_string_slice)] +#![feature(const_trait_impl)] struct Foo<'a> { bar: &'a mut Vec<usize>, |
