Add warning when using a module with no return value (#5771)
* Add warning when using a module with no return value * Update output files since changing source range of the pipeline argument * Change wording of error message to not use the term unlabeled
This commit is contained in:
		@ -1,5 +1,5 @@
 | 
			
		||||
---
 | 
			
		||||
source: kcl/src/simulation_tests.rs
 | 
			
		||||
source: kcl-lib/src/simulation_tests.rs
 | 
			
		||||
description: Operations executed sketch_on_face_end.kcl
 | 
			
		||||
---
 | 
			
		||||
[
 | 
			
		||||
@ -83,8 +83,8 @@ description: Operations executed sketch_on_face_end.kcl
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "sourceRange": [
 | 
			
		||||
        0,
 | 
			
		||||
        0,
 | 
			
		||||
        231,
 | 
			
		||||
        251,
 | 
			
		||||
        0
 | 
			
		||||
      ]
 | 
			
		||||
    }
 | 
			
		||||
@ -163,8 +163,8 @@ description: Operations executed sketch_on_face_end.kcl
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      "sourceRange": [
 | 
			
		||||
        0,
 | 
			
		||||
        0,
 | 
			
		||||
        419,
 | 
			
		||||
        438,
 | 
			
		||||
        0
 | 
			
		||||
      ]
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user