juniper/integration_tests
nWacky 237e69c036 Rebase async_await onto master (#454)
* feat: Raw identifier support in object macro

This commit implements raw identifier (`r#name`) support
for field names (methods) and arguments in the `object` proc macro.

Eg:

```rust
impl T {
  fn r#type(r#trait: String) -> bool {}
}
```

* Rebase onto master

* Fix merge [skip ci]
2019-11-08 09:46:48 +00:00
..
async_await Remove async_closure feature usage 2019-10-10 00:07:10 +02:00
juniper_tests Rebase async_await onto master (#454) 2019-11-08 09:46:48 +00:00