Skip to content

Instantly share code, notes, and snippets.

@flaper87
Created January 24, 2014 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flaper87/8594006 to your computer and use it in GitHub Desktop.
Save flaper87/8594006 to your computer and use it in GitHub Desktop.
mc::cat_static_item => {
true
}
- mc::cat_rvalue(..) |
+ mc::cat_rvalue(region) => {
+ match region {
+ ty::ReStatic => {
+ false
+ }
+ _ => {true}
+ }
+ }
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment