diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2021-07-07 22:50:59 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2021-07-07 23:07:09 +0200 |
| commit | 98d2af9d73da56910c8bb6cb662fbc4d609a704a (patch) | |
| tree | 46914250a980b9164b2d20cbeb08e126a86cf7ea /ui/locals-cfg.stderr | |
| parent | 633012190baa0801efc7e3ab2f699778c5038d54 (diff) | |
Fixing tests
Diffstat (limited to 'ui/locals-cfg.stderr')
| -rw-r--r-- | ui/locals-cfg.stderr | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/ui/locals-cfg.stderr b/ui/locals-cfg.stderr deleted file mode 100644 index 33a8075..0000000 --- a/ui/locals-cfg.stderr +++ /dev/null @@ -1,29 +0,0 @@ -error[E0425]: cannot find value `FOO` in this scope - --> $DIR/locals-cfg.rs:12:9 - | -12 | FOO; - | ^^^ not found in this scope - -error[E0425]: cannot find value `FOO` in this scope - --> $DIR/locals-cfg.rs:22:9 - | -22 | FOO; - | ^^^ not found in this scope - -error[E0425]: cannot find value `FOO` in this scope - --> $DIR/locals-cfg.rs:32:9 - | -32 | FOO; - | ^^^ not found in this scope - -error[E0425]: cannot find value `FOO` in this scope - --> $DIR/locals-cfg.rs:40:9 - | -40 | FOO; - | ^^^ not found in this scope - -error[E0425]: cannot find value `FOO` in this scope - --> $DIR/locals-cfg.rs:48:9 - | -48 | FOO; - | ^^^ not found in this scope |
