starpls icon indicating copy to clipboard operation
starpls copied to clipboard

Support stable rust

Open chenrui333 opened this issue 1 year ago • 1 comments

Problem

Currently, starpls uses trait upcasting coercion—a nightly-only feature tracked under rust-lang/rust#65991. As a result, compilation on stable Rust triggers errors like:

error[E0658]: cannot cast `dyn Db` to `dyn starpls_common::Db`, trait upcasting coercion is experimental
   ...
   = note: see issue #65991 for more information

chenrui333 avatar Jan 01 '25 21:01 chenrui333

Fixed after https://github.com/withered-magic/starpls/pull/390

withered-magic avatar Jun 10 '25 08:06 withered-magic