Bug 1686140 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

```
 1:32.39    Compiling webrender_bindings v0.1.0 (C:\Users\Kagami\Documents\GitHub\gecko-dev\gfx\webrender_bindings)
 1:34.54    Compiling fog_control v0.1.0 (C:\Users\Kagami\Documents\GitHub\gecko-dev\toolkit\components\glean)
 1:35.44 error[E0425]: cannot find function `register_pings` in module `fog::pings`
 1:35.44    --> toolkit\components\glean\src\lib.rs:127:21
 1:35.44     |
 1:35.44 127 |         fog::pings::register_pings();
 1:35.44     |                     ^^^^^^^^^^^^^^ not found in `fog::pings`
```
```
 1:34.54    Compiling fog_control v0.1.0 (C:\Users\Kagami\Documents\GitHub\gecko-dev\toolkit\components\glean)
 1:35.44 error[E0425]: cannot find function `register_pings` in module `fog::pings`
 1:35.44    --> toolkit\components\glean\src\lib.rs:127:21
 1:35.44     |
 1:35.44 127 |         fog::pings::register_pings();
 1:35.44     |                     ^^^^^^^^^^^^^^ not found in `fog::pings`
```

Back to Bug 1686140 Comment 0