From 35df2e3c663e52ab3a931ba8016b14c4294c1147 Mon Sep 17 00:00:00 2001 From: brahms <brahms@ArchGaming.localdomain> Date: Wed, 24 Jun 2020 02:58:54 +0200 Subject: [PATCH] adds feature(alloc_error_handler) to main --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index d9776f8..edadf4c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -11,6 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. +#![feature(alloc_error_handler)] #![cfg_attr(not(feature = "std"), no_std)] -- GitLab