93 lines
2.0 KiB
Plaintext
93 lines
2.0 KiB
Plaintext
warning: constant evaluation is taking a long time
|
|
--> $DIR/evade-deduplication-issue-118612.rs:8:5
|
|
|
|
|
LL | / loop {
|
|
LL | |
|
|
LL | |
|
|
LL | |
|
|
... |
|
|
LL | | }
|
|
LL | | }
|
|
| |_____^ the const evaluator is currently interpreting this expression
|
|
|
|
|
help: the constant being evaluated
|
|
--> $DIR/evade-deduplication-issue-118612.rs:6:1
|
|
|
|
|
LL | const FOO: () = {
|
|
| ^^^^^^^^^^^^^
|
|
|
|
warning: constant evaluation is taking a long time
|
|
--> $DIR/evade-deduplication-issue-118612.rs:8:5
|
|
|
|
|
LL | / loop {
|
|
LL | |
|
|
LL | |
|
|
LL | |
|
|
... |
|
|
LL | | }
|
|
LL | | }
|
|
| |_____^ the const evaluator is currently interpreting this expression
|
|
|
|
|
help: the constant being evaluated
|
|
--> $DIR/evade-deduplication-issue-118612.rs:6:1
|
|
|
|
|
LL | const FOO: () = {
|
|
| ^^^^^^^^^^^^^
|
|
|
|
warning: constant evaluation is taking a long time
|
|
--> $DIR/evade-deduplication-issue-118612.rs:8:5
|
|
|
|
|
LL | / loop {
|
|
LL | |
|
|
LL | |
|
|
LL | |
|
|
... |
|
|
LL | | }
|
|
LL | | }
|
|
| |_____^ the const evaluator is currently interpreting this expression
|
|
|
|
|
help: the constant being evaluated
|
|
--> $DIR/evade-deduplication-issue-118612.rs:6:1
|
|
|
|
|
LL | const FOO: () = {
|
|
| ^^^^^^^^^^^^^
|
|
|
|
warning: constant evaluation is taking a long time
|
|
--> $DIR/evade-deduplication-issue-118612.rs:8:5
|
|
|
|
|
LL | / loop {
|
|
LL | |
|
|
LL | |
|
|
LL | |
|
|
... |
|
|
LL | | }
|
|
LL | | }
|
|
| |_____^ the const evaluator is currently interpreting this expression
|
|
|
|
|
help: the constant being evaluated
|
|
--> $DIR/evade-deduplication-issue-118612.rs:6:1
|
|
|
|
|
LL | const FOO: () = {
|
|
| ^^^^^^^^^^^^^
|
|
|
|
warning: constant evaluation is taking a long time
|
|
--> $DIR/evade-deduplication-issue-118612.rs:8:5
|
|
|
|
|
LL | / loop {
|
|
LL | |
|
|
LL | |
|
|
LL | |
|
|
... |
|
|
LL | | }
|
|
LL | | }
|
|
| |_____^ the const evaluator is currently interpreting this expression
|
|
|
|
|
help: the constant being evaluated
|
|
--> $DIR/evade-deduplication-issue-118612.rs:6:1
|
|
|
|
|
LL | const FOO: () = {
|
|
| ^^^^^^^^^^^^^
|
|
|
|
warning: 5 warnings emitted
|
|
|