Bug 229994 - lang/rust: Fail to build Rust 1.27.1: "can't find crate for `rustc_const_math`"
Summary: lang/rust: Fail to build Rust 1.27.1: "can't find crate for `rustc_const_math`"
Status: Closed Unable to Reproduce
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: FreeBSD Rust Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-23 23:03 UTC by mikhail.rokhin
Modified: 2018-09-30 22:35 UTC (History)
1 user (show)

See Also:
dumbbell: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mikhail.rokhin 2018-07-23 23:03:59 UTC
Fails at
compiling clippy_lints v.0.0.195

error [E0463]: can't find crate for `rustc_const_math`
--> tools/clippy/clippy_lints/src/lib.rs:44:1

44 extern crate rustc_const_math;
can't find crate
...
error: Could not compile `clippy_lints`

Ports are the latest.
Comment 1 Jean-Sébastien Pédron freebsd_committer freebsd_triage 2018-09-27 08:18:18 UTC
Hi!

I could never reproduce this issue so far. Is it still an issue for you with Rust 1.29.0?
Comment 2 Jean-Sébastien Pédron freebsd_committer freebsd_triage 2018-09-30 22:35:02 UTC
Closing it for now. Please re-open is this is still relevant.