You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're not the only one who's been bitten by this. I've just had the same problem with svgbob, too.
Would you be able to do a quick fix and re-release to crates.io, please? I'd really like to use mon-artist in my web server project, cordial.
Details:-
error: `...` syntax cannot be used in expressions
--> /Users/raph/.cargo/registry/src/github.com-1ecc6299db9ec823/mon-artist-0.1.3/src/lit/src/mod.rs:186:25
|
186 |forrowin 1...self.height {
| ^^^
|
= help: Use `..`if you need an exclusive range (a < b)
= help: or `..=`if you need an inclusive range (a <= b)
error: `...` syntax cannot be used in expressions
--> /Users/raph/.cargo/registry/src/github.com-1ecc6299db9ec823/mon-artist-0.1.3/src/lit/src/mod.rs:187:29
|
187 |forcolin 1...self.width {
| ^^^
|
= help: Use `..`if you need an exclusive range (a < b)
= help: or `..=`if you need an inclusive range (a <= b)
error: `...` syntax cannot be used in expressions
--> /Users/raph/.cargo/registry/src/github.com-1ecc6299db9ec823/mon-artist-0.1.3/src/lit/src/mod.rs:204:25
|
204 |forrowin 1...self.height {
| ^^^
|
= help: Use `..`if you need an exclusive range (a < b)
= help: or `..=`if you need an inclusive range (a <= b)
error: `...` syntax cannot be used in expressions
--> /Users/raph/.cargo/registry/src/github.com-1ecc6299db9ec823/mon-artist-0.1.3/src/lit/src/mod.rs:205:29
|
205 |forcolin 1...self.width {
| ^^^
|
= help: Use `..`if you need an exclusive range (a < b)
= help: or `..=`if you need an inclusive range (a <= b)
error: `...` syntax cannot be used in expressions
--> /Users/raph/.cargo/registry/src/github.com-1ecc6299db9ec823/mon-artist-0.1.3/src/lit/src/mod.rs:222:25
|
222 |forrowin 1...self.height {
| ^^^
|
= help: Use `..`if you need an exclusive range (a < b)
= help: or `..=`if you need an inclusive range (a <= b)
error: `...` syntax cannot be used in expressions
--> /Users/raph/.cargo/registry/src/github.com-1ecc6299db9ec823/mon-artist-0.1.3/src/lit/src/mod.rs:223:29
|
223 |forcolin 1...self.width {
| ^^^
|
= help: Use `..`if you need an exclusive range (a < b)
= help: or `..=`if you need an inclusive range (a <= b)
error: aborting due to 6 previous errors
error: Could not compile `mon-artist`.
The text was updated successfully, but these errors were encountered:
(for context, PR #2 provided a patch for the issue. Now I need to take care of the update to crates.io; I'm in an airport now so that may not happen until I'm home.)
On 16 Dec 2017 4:27 p.m., "Felix S Klock II" ***@***.***> wrote:
(for context, PR #2 <#2>
provided a patch for the issue. Now I need to take care of the update to
crates.io; I'm in an airport now so that may not happen until I'm home.)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABPx2SjaiiJEO6HKMSVt_Nh0HfFve3Caks5tA-9wgaJpZM4QiDU4>
.
You're not the only one who's been bitten by this. I've just had the same problem with
svgbob
, too.Would you be able to do a quick fix and re-release to crates.io, please? I'd really like to use mon-artist in my web server project, cordial.
Details:-
The text was updated successfully, but these errors were encountered: