...
1---
2name: Bug report
3about: Create a report to help us improve
4title: ''
5labels: NeedsInvestigation, Triage
6assignees: ''
7
8---
9
10<!--
11Please answer these questions before submitting your issue. Thanks!
12To ask questions, see https://github.com/cue-lang/cue#contact.
13-->
14
15### What version of CUE are you using (`cue version`)?
16
17<pre>
18$ cue version
19
20</pre>
21
22### Does this issue reproduce with the latest stable release?
23
24
25
26### What did you do?
27
28<!--
29If possible, provide a recipe for reproducing the error.
30
31For advice on how to create a good reproducer, please see:
32
33https://github.com/cue-lang/cue/wiki/Creating-test-or-performance-reproducers
34-->
35
36
37
38### What did you expect to see?
39
40
41
42### What did you see instead?
View as plain text