You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This used to work (rust-http depends on it with its codegen approach). Now:
b.rs:2:5: 2:9 error: `self` is not available in a static method. Maybe a `self` argument is missing?
b.rs:2 self;
^~~~
note: in expansion of include!
a.rs:4:9: 4:26 note: expansion site
error: aborting due to previous error