connector-x icon indicating copy to clipboard operation
connector-x copied to clipboard

Please support the stable release channel

Open marvinpan8 opened this issue 2 years ago • 1 comments

When I compile with connectorx 0.2.3 rustc 1.58.1 (db9d1b20b 2022-01-20), but build the error. Please support the stable release channel

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> D:\cargo-cache\registry\src\192.168.14.111-407bed59a830ad4f\connectorx-0.2.3\src\lib.rs:1:1
  |
1 | #![feature(generic_associated_types)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

marvinpan8 avatar Mar 17 '22 06:03 marvinpan8

Hi @marvinpan8 , thanks for bringing this up! As the error shows our code relies on the GAT feature in nightly. But it seems like the stabilization is very soon according to this tracking issue.

wangxiaoying avatar Mar 17 '22 21:03 wangxiaoying