Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upRegression in Beta and Nightly in type inference #36352
Comments
This comment has been minimized.
This comment has been minimized.
|
That's because of the |
arielb1
added
the
T-libs
label
Sep 8, 2016
alexcrichton
added
the
I-nominated
label
Sep 8, 2016
bluss
added
the
regression-from-stable-to-beta
label
Sep 9, 2016
This comment has been minimized.
This comment has been minimized.
sfackler
referenced this issue
Sep 13, 2016
Closed
Lint against using generic conversion traits when concrete methods are available #36443
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
alexcrichton
closed this
Sep 13, 2016
This comment has been minimized.
This comment has been minimized.
|
This was also reported 5 times on crater late in the beta cycle: #36352 |
brson
reopened this
Sep 22, 2016
This comment has been minimized.
This comment has been minimized.
|
I'm opening this to consider reverting. |
brson
referenced this issue
Sep 23, 2016
Merged
Revert "implement `From<Vec<char>>` and `From<&'a [char]>` for `String`" #36685
bors
added a commit
that referenced
this issue
Sep 24, 2016
bors
closed this
in
#36685
Sep 24, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Razican commentedSep 8, 2016
Stable build: https://travis-ci.org/SUPERAndroidAnalyzer/super/jobs/158500096
Beta build: https://travis-ci.org/SUPERAndroidAnalyzer/super/jobs/158500095
Nightly build: https://travis-ci.org/SUPERAndroidAnalyzer/super/jobs/158500094
Beta and nightly fail when trying to get a file name as a
Stringfrom aPathBuf. The code is the following:And it also happens when getting the value from an
AsRef<str>, in this example code:In both cases the error is the same:
type annotations required: cannot resolve std::string::String: std::convert::From<&_>