diff options
| author | Dániel Buga <[email protected]> | 2023-10-30 19:06:08 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2023-10-30 19:10:45 +0100 |
| commit | ad07ea02909f7c10b5c2bd2bb40c81aea414db4a (patch) | |
| tree | 1a168144cf71e4f36a8c8649d1a9ab0db5c48ec3 /examples | |
| parent | b6fc682117a41e8e63a9632e06da5a17f46d9ab0 (diff) | |
Re-add impl_trait_projections
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/std/src/bin/net_ppp.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/std/src/bin/net_ppp.rs b/examples/std/src/bin/net_ppp.rs index 9ea07b29a..6ac31f2f3 100644 --- a/examples/std/src/bin/net_ppp.rs +++ b/examples/std/src/bin/net_ppp.rs | |||
| @@ -8,7 +8,8 @@ | |||
| 8 | //! nc 192.168.7.10 1234 | 8 | //! nc 192.168.7.10 1234 |
| 9 | 9 | ||
| 10 | #![feature(type_alias_impl_trait)] | 10 | #![feature(type_alias_impl_trait)] |
| 11 | #![feature(async_fn_in_trait)] | 11 | #![feature(async_fn_in_trait, impl_trait_projections)] |
| 12 | #![allow(stable_features, unknown_lints, async_fn_in_trait)] | ||
| 12 | 13 | ||
| 13 | #[path = "../serial_port.rs"] | 14 | #[path = "../serial_port.rs"] |
| 14 | mod serial_port; | 15 | mod serial_port; |
