It seems that due to "proc" still being a reserved keyword in rust, extern crate proc; doesn't work at all. Having the "proc" name saved for when rust doesn't have this restriction would be nice, but it'd probably be a good idea to publish under a different (usable) name as well.
It seems that due to "proc" still being a reserved keyword in rust,
extern crate proc;
doesn't work at all. Having the "proc" name saved for when rust doesn't have this restriction would be nice, but it'd probably be a good idea to publish under a different (usable) name as well.