November 11, 2021 Learn » Re: "need `this` for `s` of type `char*`" error message | |||
|---|---|---|---|
| |||
Oh, now it makes sense! Thanks a lot! I will learn and use dstep in... | |||
November 11, 2021 Learn » Re: "need `this` for `s` of type `char*`" error message | |||
|---|---|---|---|
| |||
Your type definition is wrong:
```D
struct toml_datum_t {
int ok;
union u {
toml... | |||
November 11, 2021 Learn » Re: "need `this` for `s` of type `char*`" error message | |||
|---|---|---|---|
| |||
Your type definition is wrong:
```D
struct toml_datum_t {
int ok;
union u {
toml... | |||
November 11, 2021 Learn » "need `this` for `s` of type `char*`" error message | |||
|---|---|---|---|
| |||
...I'm getting the following error message: ``` main.d(51): Error: need `this` for `s... | |||
November 10, 2021 Learn » Re: Cannot compile C file using ImportC | |||
|---|---|---|---|
| |||
...to compile, the error message is the following: ``` toml.c(638): Error: assignment cannot be... | |||
November 09, 2021 General » Re: Instantiation of nested structs should be allowed outside their parent scope | |||
|---|---|---|---|
| |||
...But I think instead of "fixing" that error message it simply needs to be thrown... | |||
November 09, 2021 General » Re: Instantiation of nested structs should be allowed outside their parent scope | |||
|---|---|---|---|
| |||
...wrote: That's just the thing. That error message is, plain and simple, handwaving. Unless... | |||
November 09, 2021 General » Re: Instantiation of nested structs should be allowed outside their parent scope | |||
|---|---|---|---|
| |||
...for no other reason than this handwaving error message). And as for isInputRange - I haven... | |||
November 09, 2021 Learn » Cannot compile C file using ImportC | |||
|---|---|---|---|
| |||
...it. The error message I'm getting is the following: ``` toml.c(39): Error: cannot... | |||
November 08, 2021 Issues » [Issue 22472] Invalid error message for `void` return from non-`void` functions | |||
|---|---|---|---|
| |||
...Fix 22472 - Correct error message for invalid `void` return The old error message (`return expression... | |||
Copyright © 1999-2021 by the D Language Foundation