Skip to content

Instantly share code, notes, and snippets.

@deontologician
Created April 12, 2014 01:02
Show Gist options
  • Save deontologician/10512893 to your computer and use it in GitHub Desktop.
Save deontologician/10512893 to your computer and use it in GitHub Desktop.
rustc --out-dir lib -L tmp src/term.rs && touch tmp/built
src/info/curses.rs:40:1: 40:12 error: macro definitions are not stable enough for use and are subject to change
src/info/curses.rs:40 macro_rules! def_escape(
^~~~~~~~~~~
src/info/curses.rs:40:1: 40:12 note: add #[feature(macro_rules)] to the crate attributes to enable
src/info/curses.rs:40 macro_rules! def_escape(
^~~~~~~~~~~
src/info/builtin.rs:711:1: 711:12 error: macro definitions are not stable enough for use and are subject to change
src/info/builtin.rs:711 macro_rules! def_escape(
^~~~~~~~~~~
src/info/builtin.rs:711:1: 711:12 note: add #[feature(macro_rules)] to the crate attributes to enable
src/info/builtin.rs:711 macro_rules! def_escape(
^~~~~~~~~~~
error: aborting due to 2 previous errors
Makefile:30: recipe for target 'tmp/built' failed
make: *** [tmp/built] Error 101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment