From a910b54e4a59ddf6e18e8965b70992b02cde401c Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 24 Oct 2013 15:24:55 +0200 Subject: [PATCH] Add managed boxes feature to fix the build on latest master --- cat/cat.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/cat/cat.rs b/cat/cat.rs index e87301efc..e8a3348a9 100644 --- a/cat/cat.rs +++ b/cat/cat.rs @@ -1,4 +1,5 @@ #[link(name="cat", vers="1.0.0", author="Seldaek")]; +#[feature(managed_boxes)] /* * This file is part of the uutils coreutils package.